feat: implement Gemma Scout protocol and Local-First RAG
This commit is contained in:
11
config.yaml
11
config.yaml
@@ -20,7 +20,12 @@ terminal:
|
||||
modal_image: nikolaik/python-nodejs:python3.11-nodejs20
|
||||
daytona_image: nikolaik/python-nodejs:python3.11-nodejs20
|
||||
container_cpu: 1
|
||||
container_memory: 5120
|
||||
container_embeddings:
|
||||
provider: ollama
|
||||
model: nomic-embed-text
|
||||
base_url: http://localhost:11434/v1
|
||||
|
||||
memory: 5120
|
||||
container_disk: 51200
|
||||
container_persistent: true
|
||||
docker_volumes: []
|
||||
@@ -43,8 +48,8 @@ compression:
|
||||
summary_base_url: ''
|
||||
smart_model_routing:
|
||||
enabled: true
|
||||
max_simple_chars: 200
|
||||
max_simple_words: 35
|
||||
max_simple_chars: 400
|
||||
max_simple_words: 75
|
||||
cheap_model:
|
||||
provider: 'ollama'
|
||||
model: 'gemma2:2b'
|
||||
|
||||
Reference in New Issue
Block a user