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

@@ -2,4 +2,5 @@ interface Env {
ANTHROPIC_API_KEY: string;
OPENAI_API_KEY: string;
GROQ_API_KEY: string;
OPEN_ROUTER_API_KEY: string;
}