Attempting to interact with Poolside's Laguna S model via Kilo using graff results in the following:
[poolside/laguna-s-2.1:free · kilo · Privacy:Examples · cwd /path/to/project] › who are you
api error: Provider returned error
To troubleshoot this issue, use the following .graff/.config.router:
(note that Kilo accepts anonymous requests and KILO_API_KEY can be set to any string)
{
"id": "kilo",
"base_url": "https://api.kilo.ai/api/gateway/v1",
"env_key": "KILO_API_KEY",
"default_model": "poolside/laguna-s-2.1:free"
}
Attempting to interact with Poolside's Laguna S model via Kilo using graff results in the following:
To troubleshoot this issue, use the following
.graff/.config.router:(note that Kilo accepts anonymous requests and
KILO_API_KEYcan be set to any string){ "id": "kilo", "base_url": "https://api.kilo.ai/api/gateway/v1", "env_key": "KILO_API_KEY", "default_model": "poolside/laguna-s-2.1:free" }