1 2 3 4 5 6
# config.py MODEL = 'qwen3:0.6b' BASE_URL = "http://127.0.0.1:11434/v1" API_KEY = "ollama" TEMPERATURE = 0.7 INCLUDE_HIDDEN_GOAL = True