VerdantClaw-Secure / agent /models.json
TheEdict's picture
Add Pi config to use ZeroClaw as provider
a8dbed4 verified
Raw
History Blame Contribute Delete
294 Bytes
{
"_comment": "Pi Agent Configuration - Use ZeroClaw as provider",
"providers": {
"zeroclaw": {
"type": "openai",
"baseUrl": "http://localhost:42617/v1",
"apiKey": "zeroclaw-local-key"
}
},
"defaultProvider": "zeroclaw",
"defaultModel": "zeroclaw/default"
}