the-grid 0.2.1

An AI-powered agentic operating environment
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mode = "local"

max_retries = 10



[cloud]

api_key = "apf_vjmm7797fwnnfop82479hh8y"

api_url = "https://apifreellm.com/api/v1/chat"

smart_model_id = "gpt-4o"

dumb_model_id = "gpt-3.5-turbo"

protocol = "custom"



[local]

api_url = "http://localhost:11434/api/generate"

smart_model_id = "qwen2.5:3b-instruct"

dumb_model_id = "tinyllama"