-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Support Text-Generation Webui #1415
Comments
you can. in the .env just change the base url api |
u have to launch text-generation with the openai extention. the base url then becomes https://127.0.0.1:5000 |
Tools Error loading tools. Language API Key Test and http://localhost:8051/v1 is local llm api,but it not work. |
Ehhh, textgen webui does not support function calling at this moment, so the api call would fail immediately |
we getting closer for ooba's function calling support: |
cd next/src there is openai.com hardcoded and not using .env server/api/routers/agentRouter.ts |
Harcoded OpenAPI url should be replace by configurable so we can use any custom locally running LLM. |
🔖 Feature description
This is the project:
https://github.com/oobabooga/text-generation-webui/
It has by default an openai like api and it all runs locally, can it be support with this project?
✔️ Solution
Add support for TextGenWebui
❓ Alternatives
None
📝 Additional Context
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: