Added deepseek models

This commit is contained in:
zenith110
2024-10-22 18:19:27 -04:00
parent 50a501ecb1
commit 3b90afba48
4 changed files with 15 additions and 0 deletions

View File

@@ -4,4 +4,5 @@ interface Env {
GROQ_API_KEY: string;
OPEN_ROUTER_API_KEY: string;
OLLAMA_API_BASE_URL: string;
DEEPSEEK_API_KEY: string;
}