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

🐛 Bug Report: Lack of consistency in capitalization of options in Source dropdown #1482

Open
2 tasks done
cschnydman opened this issue Dec 10, 2024 · 1 comment
Open
2 tasks done
Assignees

Comments

@cschnydman
Copy link

cschnydman commented Dec 10, 2024

📜 Description

On the local dev server, the capitalization of the options in the Source dropdown is inconsistent.

👟 Reproduction steps

  1. Open up your local host
Screenshot 2024-12-10 at 2 27 04 PM
  1. Find the Source Dropdown (bottom left corner)
Screenshot 2024-12-10 at 2 27 04 PM
  1. Press the arrow on the right side of the dropdown to see the list of dropdown options
Screenshot 2024-12-10 at 2 27 41 PM

👍 Expected behavior

All options in the dropdown have the first letter of each capitalized.

👎 Actual Behavior with Screenshots

The "default" option appears in entirely lowercase letters, while the initial letters of "DuckDuckGo Search" and "None" are capitalized.

Screenshot 2024-12-10 at 2 27 41 PM

💻 Operating system

MacOS

What browsers are you seeing the problem on?

Chrome, Safari, Something else

🤖 What development environment are you experiencing this bug on?

Local dev server

🔒 Did you set the correct environment variables in the right path? List the environment variable names (not values please!)

LLM_NAME=docsgpt
VITE_API_STREAMING=true

📃 Provide any additional context for the Bug.

The bug also shows up in Brick Browser.

📖 Relevant log output

No response

👀 Have you spent some time to check if this bug has been raised before?

  • I checked and didn't find similar issue

🔗 Are you willing to submit PR?

Yes, I am willing to submit a PR!

🧑‍⚖️ Code of Conduct

  • I agree to follow this project's Code of Conduct
@ManishMadan2882
Copy link
Collaborator

Hi @cschnydman
The sources are basically pre-loaded(default, DuckDuckGo Search, Brave Search..) and user uploaded,
I think here all we need is to make the default "Default" in the /api/sources route.
Assigning it to you.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants