initial commit
This commit is contained in:
25
config.example.json
Normal file
25
config.example.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user