Integrations

Nosia integrates with any client that supports OpenAI chat completions.

Continue.dev integration

  1. Go as a logged in user to https://nosia.localhost/api_tokens
  2. Generate and copy your token
  3. In your ~/.continue/config.json, configure a nosia 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"
    }
  ]
  1. Enjoy!

Was this page helpful?