Skip to content

Commit

Permalink
Fix the unit tests for ollama FIM
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov committed Jan 30, 2025
1 parent dc7bcc9 commit 3df7c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/providers/ollama/test_ollama_completion_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ async def test_execute_completion_is_fim_request(handler, chat_request):
prompt="FIM prompt",
stream=False,
options=chat_request["options"],
suffix="",
)


Expand Down

0 comments on commit 3df7c6c

Please sign in to comment.