mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 22:35:23 +00:00
refac
This commit is contained in:
parent
9624493b55
commit
2b0af33274
1 changed files with 0 additions and 1 deletions
|
|
@ -1340,7 +1340,6 @@ async def process_chat_response(
|
||||||
|
|
||||||
try:
|
try:
|
||||||
data = json.loads(data)
|
data = json.loads(data)
|
||||||
print(data)
|
|
||||||
|
|
||||||
if "selected_model_id" in data:
|
if "selected_model_id" in data:
|
||||||
model_id = data["selected_model_id"]
|
model_id = data["selected_model_id"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue