lowspace

Results 6 comments of lowspace

I have somewhat solved this issue by using Pycharm to install.

I would like to suggest a similar feature that allows users to set keys in a configuration file and load these keys using the function `litellm.load_keys(fpath)`. This feature offers several...

if so, use a unique id generated by the user as the primal key instead of the `provider`

有 workaround,复制已保存的聊天记录就能直接用了。

支持从主话题进行无限分枝的功能。理由: 1. llm 的 context window 目前虽然不怎么卷了,但未来算力和模型能力提高,context window 肯定也会增加。现在最高的 gemini 能做到 2M 的 context window,这种量级的 context window 天然允许了用户在一个主话题下进行无限延伸。 2. 在使用 llm 阅读文本、讨论设计、编写代码的时候,都存在无限分枝的可能。这三个场景算高频了。 3. 这算 lobe-chat 的「产品噱头」,很不错的宣传点 hhh