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

Issue adding to Open WebUI #6

Open
joao-ferreira-dc opened this issue Feb 17, 2025 · 1 comment
Open

Issue adding to Open WebUI #6

joao-ferreira-dc opened this issue Feb 17, 2025 · 1 comment

Comments

@joao-ferreira-dc
Copy link

joao-ferreira-dc commented Feb 17, 2025

Hey, having some trouble adding to Open WebUI.
I already have the model in the UI, but had to add a random api key to be able to save the model.
As I can see in docker logs, the model is working properly, but no answer is written in Open WebUI.

Logs:

2025-02-17 10:28:46,925 - __main__ - INFO - Received chat completion request for model: Qwen2.5-VL-7B-Instruct
2025-02-17 10:28:46,925 - __main__ - INFO - Request content: {"model":"Qwen2.5-VL-7B-Instruct","messages":[{"role":"user","content":"what is the capital of france?"}],"temperature":0.7,"top_p":0.95,"max_tokens":2048,"stream":true,"response_format":null}
2025-02-17 10:28:47,189 - __main__ - INFO - Request completed in 0.26 seconds
INFO:     172.24.0.1:45176 - "POST /v1/chat/completions HTTP/1.1" 200 OK

Image

@matbee-eth
Copy link

This is just an ill implemented openai api endpoint

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