Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ feat: add DEFAULT_MODEL environment variable #280

Merged
merged 3 commits into from
Mar 29, 2023

Conversation

thomasleveil
Copy link
Contributor

fixes #238

Changes

  • DEFAULT_MODEL can be optionally used to set the default model used in a new conversation
  • on new conversations, pre-select the model from the previously selected conversation
  • set maxLength and tokenLimit in OpenAIModel

@vercel
Copy link

vercel bot commented Mar 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
chatbot-ui ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 28, 2023 at 10:05PM (UTC)

@mckaywrigley
Copy link
Owner

Love this change.

@mckaywrigley mckaywrigley merged commit 00c6c72 into mckaywrigley:main Mar 29, 2023
@thomasleveil thomasleveil deleted the feat/DEFAULT_MODEL branch March 29, 2023 06:00
haochenx pushed a commit to kxcinc/infra.chatbot-ui that referenced this pull request Mar 29, 2023
* ✨ feat: add DEFAULT_MODEL environment variable

* set the model maxLength setting in the models definition

* set the model tokenLimit setting in the models definition
haochenx added a commit to kxcinc/infra.chatbot-ui that referenced this pull request Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to change the default model
2 participants