forked from phoenix/litellm-mirror
(DB fix) don't run apply_db_fixes on startup (#6604)
* fix don't apply_db_fixes on startup * fix remove unused import
This commit is contained in:
parent
305821902d
commit
0fe8cde7c7
3 changed files with 9 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
model_list:
|
||||
- model_name: gpt-4o
|
||||
- model_name: fake-openai-endpoint
|
||||
litellm_params:
|
||||
model: openai/gpt-5
|
||||
model: openai/fake
|
||||
api_key: os.environ/OPENAI_API_KEY
|
||||
api_base: https://exampleopenaiendpoint-production.up.railway.app/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue