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 GPT3Brain class and integration in brainful_chat.py #2294

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

StanGirard
Copy link
Collaborator

This pull request adds the GPT3Brain class and its integration in the brainful_chat.py file. The GPT3Brain class is a subclass of KnowledgeBrainQA and is responsible for handling the GPT-3.5 powered assistant functionality. It includes methods for calculating pricing and generating a conversational stream. The brainful_chat.py file is also updated to import the GPT3Brain class and include it in the brain_service dictionary.

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. area: backend Related to backend functionality or under the /backend directory labels Mar 4, 2024
Copy link

vercel bot commented Mar 4, 2024

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

Name Status Preview Comments Updated (UTC)
quivrapp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 4, 2024 8:50pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend Related to backend functionality or under the /backend directory size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant