test_openai_fine_tuning

This commit is contained in:
Ishaan Jaff 2025-02-17 21:12:40 -08:00
parent 0ee54908c1
commit 04ebca1166

View File

@ -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"},
)