mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #7037] bug: problem handling Perplexity Online models via OpenRouter #14578
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 @neuromechanist on GitHub (Nov 19, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7037
Bug Report
Installation Method
I have installed OpenWebUI using Docker.
Environment
Confirmation:
Expected Behavior:
I expect to receive a response when making API calls through OpenWebUI for the Perplexity Online models (Sonar 8B, 70B, 405B), similar to how other models work (e.g., OpenAI, Anthropic).
Actual Behavior:
For the Perplexity Online models, I am not receiving any response when making API calls through OpenWebUI. This issue started occurring two days ago, and updating OpenWebUI did not resolve the problem. However, the Chat interface on the OpenRouter page is responding correctly. Handling other models through OpenRouter and OpenAI are ok.
Description
Bug Summary:
OpenWebUI is not returning responses for Perplexity Online models, despite other models functioning correctly.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:
Link to a Chat JSON file
Additional Information
The issue seems to be linked to a recent change, as mentioned by the OpenRouter team, involving the addition of a citations field in the response. It appears that OpenWebUI may need to handle this new field appropriately. This issue was not present before two days ago and has affected both remote machines and the server.
Note
Please let me know if I can provide more info. Thank you for your help!