mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
docs(managed_finetuning.md): cleanup
This commit is contained in:
parent
0119c1efaa
commit
061a2a730e
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ print(response)
|
|||
client.fine_tuning.jobs.list(extra_body={"target_model_names": "gpt-4.1-openai"})
|
||||
```
|
||||
|
||||
### Cancel a Finetuning Job
|
||||
### 6. Cancel a Finetuning Job
|
||||
|
||||
```python showLineNumbers title="create_finetuning_job.py"
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue