mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix set max_file_size
This commit is contained in:
parent
b5a2090720
commit
48d28e37a4
1 changed files with 7 additions and 0 deletions
|
|
@ -7,6 +7,13 @@ model_list:
|
|||
- model_name: gemini-flash
|
||||
litellm_params:
|
||||
model: gemini/gemini-1.5-flash
|
||||
- model_name: whisper
|
||||
litellm_params:
|
||||
model: whisper-1
|
||||
api_key: sk-*******
|
||||
max_file_size_mb: 1000
|
||||
model_info:
|
||||
mode: audio_transcription
|
||||
|
||||
general_settings:
|
||||
master_key: sk-1234
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue