-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove api_key and api_key_name params, and refer to docs
- Loading branch information
1 parent
2617782
commit 60bea32
Showing
6 changed files
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
[{ | ||
"config_name": "lite_llm_openai_chat_gpt-3.5-turbo", | ||
"model_type": "litellm_chat", | ||
"model_name": "gpt-3.5-turbo", | ||
"api_key": "{your_api_key}", | ||
"api_key_name": "OPENAI_API_KEY" | ||
"model_name": "gpt-3.5-turbo" | ||
}, | ||
{ | ||
"config_name": "lite_llm_claude3", | ||
"model_type": "litellm_chat", | ||
"model_name": "claude-3-opus-20240229", | ||
"api_key": "{your_api_key}", | ||
"api_key_name": "ANTHROPIC_API_KEY" | ||
"model_name": "claude-3-opus-20240229" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters