We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在一些场景里,我们需要用合适的模型去应用在不同的场景里,比如在简单问答的场景下,可以直接的使用 gpt-3.5,在需要复杂逻辑推理的场景下,用 gpt-4-turbo。
这意味着,对于一个问题来说,需要一种路由模型,来选择出一个合适的推理模型,下面还一种可能的示例代码。
import pne pne.chat(messages="hello", model=["gpt-4o", "deepseek/deepseek-chat"])
ref: https://x.com/tuturetom/status/1819400584799441162
The text was updated successfully, but these errors were encountered:
和 @ruanrongman 讨论过了,不合适做 builtn,但是可以作为一个 use case
Sorry, something went wrong.
Bot detected the issue body's language is not English, translate it automatically.
Discussed with @ruanrongman, it is not suitable to be builtn, but it can be used as a use case
No branches or pull requests
🚀 Feature Request
在一些场景里,我们需要用合适的模型去应用在不同的场景里,比如在简单问答的场景下,可以直接的使用 gpt-3.5,在需要复杂逻辑推理的场景下,用 gpt-4-turbo。
这意味着,对于一个问题来说,需要一种路由模型,来选择出一个合适的推理模型,下面还一种可能的示例代码。
ref: https://x.com/tuturetom/status/1819400584799441162
Question
The text was updated successfully, but these errors were encountered: