n4ze3m / dialoqbase

Create chatbots with ease
https://dialoqbase.n4ze3m.com/
MIT License
1.54k stars 253 forks source link

[features] add OpenRouter support for language and embedding models #120

Closed fuegovic closed 8 months ago

fuegovic commented 8 months ago

OpenRouter is offering all models with easily configurable limits. It would be great to see it added to the list supported LLMs providers

It is compatible with the OpenAI Chat API

n4ze3m commented 8 months ago

Wow, this is so nice! I will look into adding it in the upcoming update

n4ze3m commented 8 months ago

Hey! v1.3.0 has been released, which allows you to easily add OpenRouter models. Simply go to Settings > Model > Add New Model.

Base URL: https://openrouter.ai/api/v1 API Key: OpenRouter API key

Select the model you want to add.

Please note that currently, we only support chat models

fuegovic commented 8 months ago

Thanks!