diff --git a/config.yaml b/config.yaml index 373cdeee..9305859a 100644 --- a/config.yaml +++ b/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'