- Updated `type` to `openai-compatible` - Added `name` field for clarity - Adjusted `api_base` URL to include `/v1` - Simplified and updated model configurations for consistency
13 lines
291 B
YAML
13 lines
291 B
YAML
clients:
|
|
- type: openai-compatible
|
|
name: ollama
|
|
api_base: https://ollama.giugl.io/v1
|
|
models:
|
|
- name: pino
|
|
max_input_tokens: 8192
|
|
max_output_tokens: 16000
|
|
|
|
- name: pino-coder
|
|
max_input_tokens: 8192
|
|
max_output_tokens: 16000
|