You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: