mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
test_openai_fine_tuning
This commit is contained in:
parent
0ee54908c1
commit
04ebca1166
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ async def test_openai_fine_tuning():
|
|||
# create fine tuning job
|
||||
|
||||
ft_job = await client.fine_tuning.jobs.create(
|
||||
model="gpt-4o-mini-2024-07-18",
|
||||
model="gpt-3.5-turbo",
|
||||
training_file=response.id,
|
||||
extra_body={"custom_llm_provider": "openai"},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue