docs: update documentation for Ollama provider
- Add Ollama configuration instructions to README.md - Update API usage section with Ollama examples - Add Ollama to provider list in BACKEND_ARCHITECTURE.md - All documentation now reflects complete Ollama support
This commit is contained in:
@@ -30,7 +30,7 @@ The GopherGate backend is implemented in Go, focusing on high performance, clear
|
||||
## Key Components
|
||||
|
||||
### 1. Provider Interface (`internal/providers/provider.go`)
|
||||
Standardized interface for all LLM backends. Implementations handle mapping between the unified format and provider-specific APIs (OpenAI, Gemini, DeepSeek, Grok).
|
||||
Standardized interface for all LLM backends. Implementations handle mapping between the unified format and provider-specific APIs (OpenAI, Gemini, DeepSeek, Grok, Moonshot, Ollama).
|
||||
|
||||
### 2. Model Registry & Pricing (`internal/utils/registry.go`)
|
||||
Integrates with `models.dev/api.json` to provide real-time model metadata and pricing.
|
||||
|
||||
Reference in New Issue
Block a user