Skip to content

Commit

Permalink
Removes deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrofelnik committed Jun 26, 2024
1 parent 44ca581 commit 2a6392a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion oracles/src/domain/llm/basic_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ async def execute(model: str, messages: List[dict]) -> Optional[str]:
messages=messages,
model=model,
)
return chat_completion.choices[0].message.content
return chat_completion.choices[0].message.content
16 changes: 0 additions & 16 deletions oracles/tests/integration/repositories/test_oracle_repository.py

This file was deleted.

0 comments on commit 2a6392a

Please sign in to comment.