Integrations
Nosia integrates with any client that supports OpenAI chat completions.
Continue.dev integration
- Go as a logged in user to
https://nosia.localhost/api_tokens
- Generate and copy your token
- In your
~/.continue/config.json
, configure anosia
model and replace$NOSIA_API_TOKEN
by your token:
"models": [
{
"model": "nosia",
"provider": "openai",
"apiBase": "https://nosia.localhost/v1",
"apiKey": "$NOSIA_API_TOKEN",
"title": "Nosia"
}
]
- Enjoy!