26 lines
554 B
JSON
26 lines
554 B
JSON
{
|
|
"server": {
|
|
"port": "8080"
|
|
},
|
|
"llm": {
|
|
"provider": "lmstudio",
|
|
"model": "bielik-11b-v3.0-instruct-gptq-marlin@q8_0",
|
|
"base_url": "http://localhost:1234"
|
|
},
|
|
"package_api": {
|
|
"base_url": "https://hub.ag3nts.org/api/packages",
|
|
"api_key": ""
|
|
},
|
|
"verify": {
|
|
"url": "https://hub.ag3nts.org/verify",
|
|
"tunnel_url": "https://9c88-91-193-208-237.ngrok-free.app",
|
|
"api_key": ""
|
|
},
|
|
"weather_api": {
|
|
"base_url": "https://wttr.in",
|
|
"api_key": ""
|
|
},
|
|
"cache_dir": "./cache",
|
|
"log_level": "verbose"
|
|
}
|