Add ollama support (#7)

This commit is contained in:
Will Chen
2025-04-23 14:48:57 -07:00
committed by GitHub
parent a7b3e66499
commit b616598bab
14 changed files with 386 additions and 73 deletions

View File

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