Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

i want to add a search web button but cannot find place to add it, can anyone teach me how to locate the right place? many thanks

You must be logged in to vote

Replies: 1 comment

Comment options

Hey!
llama-cpp-python doesn’t come with a built-in web UI by default — so there’s no traditional “UI file” in the repo. But if you're using something like llama-cpp-server or any gradio-based wrappers (like KoboldCPP / Oobabooga), the UI layer is added by that wrapper.

If you’re building your own, the button logic would go in the frontend JS/HTML if it's a browser UI, or in the Python web layer if you're using FastAPI or Gradio.

What are you using to serve the model? Happy to help you locate the right spot.
(I’ve built some logic engines on top of this stack too.)

GitHub patrol never stops 👣

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.