mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(text_completion): allow either model or engine to be set
This commit is contained in:
parent
7ea80de2f1
commit
34decba3cf
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ def test_completion_openai_engine():
|
|||
#print(response.choices[0].text)
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
# test_completion_openai_engine()
|
||||
test_completion_openai_engine()
|
||||
|
||||
|
||||
def test_completion_chatgpt_prompt():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue