Vineeth Voruganti
Vineeth Voruganti
On line 138 the component is using a `useState` function call which is a react hook, however no react hook is imported causing an error. ## What kind of change...
Many of the different errors we are seeing are simply from requests failing and not being handled. Need to add proper error handling and retry logic. https://encore.dev/blog/retries
If a user has a great conversation with Bloom and decides to sign up for the service they will then lose their previous conversations. Need to add more too the...
Setup login provider for Google. https://supabase.com/docs/guides/auth/social-login/auth-google
Switch to using a summary buffer as context is being lost from early in the conversations.
The type of error that arises especially with OpenAI is ```bash openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details. ``` Possibility of langchain built-in support
 Tutor-GPT will develop a user model over time of each user consisting of facts it is able to derive. We should expose a modal similar to the above ChatGPT...
 Current behavior for TutorGPT is to only display the most recent thought in the Though panel. An additional button should be available on...
Basic Stripe Integration that allows blocking usage of the web-ui based on an active stripe subscription. - Switch package management to use `uv` fixing dev-405 - Fixes dev-78 to add...
I have a project that is making use of the `uv` workspaces feature. It has the following structure ``` . ├── pyproject.toml ├── uv.lock ├── bot/ │ └── pyproject.toml ├──...