Merge branch 'main' into main

This commit is contained in:
Cole Medin
2024-10-24 08:19:59 -05:00
committed by GitHub
19 changed files with 613 additions and 98 deletions

View File

@@ -6,4 +6,5 @@ interface Env {
OLLAMA_API_BASE_URL: string;
OPENAI_LIKE_API_KEY: string;
OPENAI_LIKE_API_BASE_URL: string;
DEEPSEEK_API_KEY: string;
}