update prompts and ollama endpoint

This commit is contained in:
geoffsee
2025-06-24 15:12:12 -04:00
parent 22bf2f1c2f
commit a367812fe7
2 changed files with 26 additions and 57 deletions

View File

@@ -20,7 +20,7 @@ export class ProviderRepository {
anthropic: 'https://api.anthropic.com/v1',
openai: 'https://api.openai.com/v1',
cerebras: 'https://api.cerebras.com/v1',
ollama: "http://localhost:11434",
ollama: "http://localhost:11434/v1",
mlx: "http://localhost:10240/v1",
}