Add a variables like OPENAI_BASE_URL and OPENAI_MODEL to use other AI model providers #445
Open
1 task done
Labels
type: feature-request
New feature or request
🔖 Feature description
There are many other AI providers who offer GPT4o models with OpenAI compatible API. This would allow to use even other models even local ones.
🎤 Why is this feature needed ?
Using alternate providers and or models, opening the possibility to use OpenAI compatible endpoints. Some examples:
✌️ How do you aim to achieve this?
Just adding the proper parameters to
const openai
inlibraries/nestjs-libraries/src/openai/openai.service.ts
would allow this🔄️ Additional Information
I am trying to implement this locally and will try a PR if working fine
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: