-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
fix: allow to change model bro brain settings tab #1590
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Risk Level 2 - /home/runner/work/quivr/quivr/frontend/app/brains-management/[brainId]/components/BrainManagementTabs/components/SettingsTab/components/ModelSelection/ModelSelection.tsx The code seems to be well written and follows good practices. However, there is a potential issue with the register(\"model\", {
onChange: () => {
void handleSubmit(false);
},
}) Risk Level 3 - /home/runner/work/quivr/quivr/frontend/app/brains-management/[brainId]/components/BrainManagementTabs/components/SettingsTab/hooks/useSettingsTab.ts
setTimeout(() => {
if (brain.model !== undefined && brain.model !== null) {
setValue(\"model\", brain.model);
}
}, 50);
📝🐞⏱️ Powered by Code Review GPT |
🤖 I have created a release *beep* *boop* --- ## 0.0.107 (2023-11-06) ## What's Changed * fix: allow to change model bro brain settings tab by @mamadoudicko in #1590 * fix: fix notification banner display when too much items in chat list by @mamadoudicko in #1593 * docs: add auth modes config by @mamadoudicko in #1595 * fix: allow users to delete brains by @mamadoudicko in #1596 * feat: 🎸 source documents by @StanGirard in #1598 **Full Changelog**: v0.0.106...v0.0.107 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## 0.0.107 (2023-11-06) ## What's Changed * fix: allow to change model bro brain settings tab by @mamadoudicko in QuivrHQ/quivr#1590 * fix: fix notification banner display when too much items in chat list by @mamadoudicko in QuivrHQ/quivr#1593 * docs: add auth modes config by @mamadoudicko in QuivrHQ/quivr#1595 * fix: allow users to delete brains by @mamadoudicko in QuivrHQ/quivr#1596 * feat: 🎸 source documents by @StanGirard in QuivrHQ/quivr#1598 **Full Changelog**: QuivrHQ/quivr@v0.0.106...v0.0.107 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Issue: #1550
Probably fix [Bug]: Cant select any other models except gpt3.5-turbo#1294
Screen.Recording.2023-11-06.at.11.44.06.mov