fix fine tuning tests

This commit is contained in:
Ishaan Jaff 2024-08-03 18:34:26 -07:00
parent 1c1631222c
commit 009697425d

View file

@ -80,6 +80,8 @@ def test_create_fine_tune_job():
except openai.RateLimitError:
pass
except Exception as e:
if "Job has already completed" in str(e):
pass
pytest.fail(f"Error occurred: {e}")