Added the OpenRouter provider and a few models from OpenRouter (easily extendable to include more!)

This commit is contained in:
Cole Medin
2024-10-14 19:40:21 -05:00
parent 90a206f2d4
commit 4f7a06f56a
7 changed files with 69 additions and 2 deletions

View File

@@ -15,5 +15,10 @@ OPENAI_API_KEY=
# You only need this environment variable set if you want to use Claude models
ANTHROPIC_API_KEY=
# Get your OpenRouter API Key in your account settings -
# https://openrouter.ai/settings/keys
# You only need this environment variable set if you want to use OpenRouter models
OPEN_ROUTER_API_KEY=
# Include this environment variable if you want more logging for debugging locally
VITE_LOG_LEVEL=debug