Vineeth Voruganti

Results 12 issues of 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

bug
web ui
model

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...

bug
web ui

Setup login provider for Google. https://supabase.com/docs/guides/auth/social-login/auth-google

Feature
web ui

Switch to using a summary buffer as context is being lost from early in the conversations.

Feature
model

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

bug

![image](https://github.com/plastic-labs/tutor-gpt/assets/13438633/7be57c3c-50c4-4f63-b92f-122d6226d68a) 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...

Feature
web ui

![Screenshot 2024-06-04 at 10 57 46 AM](https://github.com/plastic-labs/tutor-gpt/assets/13438633/e6f48d94-9cb3-48d1-a1ee-7c789e1b9649) Current behavior for TutorGPT is to only display the most recent thought in the Though panel. An additional button should be available on...

Feature
web ui

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 ├──...

needs-mre