mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-27 05:46:34 +02:00
Adds --provider ollama with auto-detection of local ollama at localhost:11434. No API key required for local models. Optional --api-key and --base-url for remote/authenticated instances. Uses the OpenAI chat completions client internally. Unknown models are accepted without catalog entries. Updated README with ollama documentation. |
||
|---|---|---|
| .. | ||
| anthropic.go | ||
| cache.go | ||
| discover.go | ||
| merge.go | ||
| models.go | ||
| openai.go | ||
| openai_codex.go | ||
| provider.go | ||
| provider_test.go | ||
| sse.go | ||
| usermodels.go | ||