mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs ft api
This commit is contained in:
parent
8cc7328c50
commit
1e3b034529
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ This is an Enterprise only endpoint [Get Started with Enterprise here](https://c
|
|||
- OpenAI
|
||||
|
||||
Add `finetune_settings` and `files_settings` to your litellm config.yaml to use the fine-tuning endpoints.
|
||||
## Usage
|
||||
## Example config.yaml for `finetune_settings` and `files_settings`
|
||||
```yaml
|
||||
model_list:
|
||||
- model_name: gpt-4
|
||||
|
|
@ -43,7 +43,7 @@ files_settings:
|
|||
api_key: os.environ/OPENAI_API_KEY
|
||||
```
|
||||
|
||||
## Create File for Fine Tuning
|
||||
## Create File for fine-tuning
|
||||
|
||||
<Tabs>
|
||||
<TabItem value="openai" label="OpenAI Python SDK">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue