mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-21 03:41:55 +03:00
Formatting
This commit is contained in:
parent
d616230a04
commit
8453dc76af
@ -1336,9 +1336,9 @@ async def chat_completion(
|
||||
|
||||
async def stream_body() -> Any:
|
||||
yield (
|
||||
json.dumps(
|
||||
{"type": "messages", "messages": chain}
|
||||
).encode("utf-8")
|
||||
json.dumps({"type": "messages", "messages": chain}).encode(
|
||||
"utf-8"
|
||||
)
|
||||
+ b"\n"
|
||||
)
|
||||
# Emit the full reasoning trace up front when the
|
||||
|
||||
Loading…
Reference in New Issue
Block a user