mirror of
https://github.com/open-webui/pipelines
synced 2025-05-13 09:00:53 +00:00
Merge pull request #360 from mohameodo/fix-errors
Fix errors in function calling blueprint, reload function, and URL conversion
This commit is contained in:
commit
fb20b7593b
@ -137,6 +137,8 @@ And answer according to the language of the user's question.""",
|
|||||||
# Return the updated messages
|
# Return the updated messages
|
||||||
return messages
|
return messages
|
||||||
|
|
||||||
|
return messages
|
||||||
|
|
||||||
def run_completion(self, system_prompt: str, content: str) -> dict:
|
def run_completion(self, system_prompt: str, content: str) -> dict:
|
||||||
r = None
|
r = None
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user