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
Option to use OpenRouter Models
The text was updated successfully, but these errors were encountered:
Did you ever figure this out?? I just found this project and it's unclear if we can see a base URL. If so openrouter can handle
Sorry, something went wrong.
PS.. Its easy to get this going with Openrouter running a proxy on LiteLLM.
#create a config.toml for models with generic openai format for LiteLLM and run a litellm proxy in a container with taht config and good to
model_list: - model_name: meta-llama/llama-3-70b-instruct:nitro litellm_params: model: openai/meta-llama/llama-3-70b-instruct:nitro api_base: https://openrouter.ai/api/v1 api_key: - model_name: anthropic/claude-3.5-sonnet litellm_params: model: openai/anthropic/claude-3.5-sonnet api_base: https://openrouter.ai/api/v1 api_key:
No branches or pull requests
Option to use OpenRouter Models
The text was updated successfully, but these errors were encountered: