Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit dc7bcc9

Browse files
committed
Run make format
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 633079c commit dc7bcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegate/providers/ollama/completion_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ async def execute_completion(
102102
prompt=prompt,
103103
suffix=request.get("suffix", ""),
104104
stream=stream,
105-
options=request["options"] # type: ignore
105+
options=request["options"], # type: ignore
106106
)
107107
else:
108108
response = await self.client.chat(

0 commit comments

Comments
 (0)