mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix fine tuning tests
This commit is contained in:
parent
1c1631222c
commit
009697425d
1 changed files with 2 additions and 0 deletions
|
@ -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}")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue