mirror of
https://github.com/open-webui/pipelines
synced 2025-05-12 00:20:48 +00:00
fix
This commit is contained in:
parent
2a25c2c9dc
commit
b7331433af
@ -40,7 +40,7 @@ class Pipeline:
|
||||
print(body)
|
||||
|
||||
response = self.llm.create_chat_completion_openai_v1(
|
||||
messages=[message.model_dump() for message in messages],
|
||||
messages=messages,
|
||||
stream=body["stream"],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user