为什么会有llm和provider两个配置呢? #277
Closed
ScarletCarpet
started this conversation in
General
Replies: 1 comment 1 reply
-
|
初衷是先完成再完美,一开始没有申请很多 provider 可以用于测试,所以先上了直接配置 LLM 的版本,后续随着发展起来了就弄了 provider,后者显然是更方便的。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我在写增加temperature、topk、topp参数控制的功能(主要目的是想收敛下LLM的表现,防止发挥太多),我发现维护了llm和provider两个配置,这个设计初衷是什么呢?
Beta Was this translation helpful? Give feedback.
All reactions