docs ft api

This commit is contained in:
Ishaan Jaff 2024-07-31 17:31:12 -07:00
parent 8cc7328c50
commit 1e3b034529

View file

@ -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">