LM Studio Integration

This commit is contained in:
Karrot0
2024-10-27 23:16:07 -04:00
parent 8e7220e8fb
commit 4edcc5e331
8 changed files with 23494 additions and 5 deletions

View File

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