Does it work with OpenRouter and Meta? #5
-
Hi, unfortunately there is no template for the OpenRouter and meta provider inside the configuration.lua . I would appreciate some help during setup for those providers. Would this here work?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you checked the "configuration.lua.sample", you can see that there is already a provider_settings setup for openrouter. All you should do is replace the model with whatever you want to use as an AI model. (Please ensure that you download the code recently.) You can find a suitable model on this page: https://openrouter.ai/models?order=top-weekly . For example, |
Beta Was this translation helpful? Give feedback.
If you checked the "configuration.lua.sample", you can see that there is already a provider_settings setup for openrouter. All you should do is replace the model with whatever you want to use as an AI model. (Please ensure that you download the code recently.)
You can find a suitable model on this page: https://openrouter.ai/models?order=top-weekly . For example,
openai/gpt-4o-mini
ormeta-llama/llama-3.3-70b-instruct
, etc.