We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
使用 OpenRouter 作为 Provider 时,只需要在 conf.yaml 配置以下信息,也不需要在 .env 额外配置
OpenRouter
Provider
conf.yaml
.env
BASIC_MODEL: base_url: https://openrouter.ai/api/v1 model: "google/gemini-2.5-pro-preview" api_key: your_openrouter_key
和 configuration_guide.md 的描述有差异~
是不是已经从 litellm 切换为 langchain_openai,不再依赖 litellm 了~
litellm
langchain_openai
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用
OpenRouter
作为Provider
时,只需要在conf.yaml
配置以下信息,也不需要在.env
额外配置和 configuration_guide.md 的描述有差异~
是不是已经从
litellm
切换为langchain_openai
,不再依赖litellm
了~The text was updated successfully, but these errors were encountered: