mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
(Admin UI) - Test Key Tab - Allow typing in model
name + Add wrapping for text response (#7347)
* ui fix - allow searching model list + fix bug on filtering * qa fix - use correct provider name for azure_text * ui wrap content onto next line
This commit is contained in:
parent
8fa08dfef8
commit
2d2c30b72b
4 changed files with 34 additions and 37 deletions
|
@ -1,7 +1,7 @@
|
|||
model_list:
|
||||
- model_name: openai/o1-preview
|
||||
- model_name: openai/*
|
||||
litellm_params:
|
||||
model: openai/o1-preview
|
||||
model: openai/*
|
||||
api_key: os.environ/OPENAI_API_KEY
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue