-
-
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
feat: add chat config modal #807
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
6fd22ff
to
70c4246
Compare
LOGAF Level 3 - /home/runner/work/quivr/quivr/frontend/app/chat/[chatId]/components/ChatInput/components/ConfigModal/hooks/useConfigModal.ts
Example: const handleSubmit = (e: FormEvent) => {
e.preventDefault();
if (chatId === undefined) {
// Handle error
return;
}
...
}; LOGAF Level 3 - /home/runner/work/quivr/quivr/frontend/lib/components/NavBar/components/NavItems/index.tsx
Example: if (session === undefined) {
// Handle error
return;
} LOGAF Level 3 - /home/runner/work/quivr/quivr/backend/core/repository/brain_subscription/resend_invitation_email.py
Example: resend.api_key = os.getenv('RESEND_API_KEY') 💬🔧🔑 Powered by Code Review GPT |
70c4246
to
f2adfa2
Compare
f2adfa2
to
669b111
Compare
Description
Related issue: #744