Add LM Studio support (#22)

This commit is contained in:
Piotr Wilkin (ilintar)
2025-05-02 23:51:32 +02:00
committed by GitHub
parent 3529627172
commit 5fc49231ee
15 changed files with 394 additions and 123 deletions

View File

@@ -36,6 +36,7 @@ export const ModelProviderSchema = z.enum([
"auto",
"openrouter",
"ollama",
"lmstudio",
]);
/**