fix(text_completion): allow either model or engine to be set

This commit is contained in:
Krrish Dholakia 2023-11-17 18:25:21 -08:00
parent 7ea80de2f1
commit 34decba3cf
2 changed files with 2 additions and 2 deletions

View file

@ -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():