mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #18512] issue: Expecting value: line 1 column 1 (char 0) #34148
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arno4000 on GitHub (Oct 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18512
Check Existing Issues
Installation Method
Other
Open WebUI Version
0.6.34
Ollama Version (if applicable)
No response
Operating System
k8s v1.33.4
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I want to use Nutanix AI with Open Web UI
Actual Behavior
I get the following error:
2025-10-22 11:23:37.811 | ERROR | open_webui.routers.openai:generate_chat_completion:961 - Expecting value: line 1 column 1 (char 0)When i execute the request to v1/chat/completions via curl, it works. I get a valid JSON output.
with stream turned on:
Steps to Reproduce
Logs & Screenshots
2025-10-22 11:23:37.811 | ERROR | open_webui.routers.openai:generate_chat_completion:961 - Expecting value: line 1 column 1 (char 0)In the Nutanix AI pod you can see that the request was successfully processed
2025-10-22T09:31:15.443638Z INFO chat_completions{parameters="GenerateParameters { best_of: None, temperature: None, repetition_penalty: None, frequency_penalty: None, top_k: None, top_p: None, typical_p: None, do_sample: true, max_new_tokens: None, return_full_text: None, stop: [], truncate: None, watermark: false, details: true, decoder_input_details: false, seed: None, top_n_tokens: None, grammar: None, adapter_id: None }" total_time="1.443721469s" validation_time="240.859µs" queue_time="60.248µs" inference_time="1.443420479s" time_per_token="21.226771ms" seed="Some(9205716254051098609)"}: text_generation_router::server: router/src/server.rs:637: SuccessAdditional Information
No response
@arno4000 commented on GitHub (Oct 22, 2025):
Edit: Nutanix AI is based on TGI from Huggingface