forked from phoenix/litellm-mirror
docs(prefix.md): add prefix support to docs
This commit is contained in:
parent
d5abcb0945
commit
0ea056971c
6 changed files with 121 additions and 4 deletions
|
@ -4585,7 +4585,7 @@ def get_llm_provider(
|
|||
api_base = (
|
||||
api_base
|
||||
or get_secret("DEEPSEEK_API_BASE")
|
||||
or "https://api.deepseek.com/v1"
|
||||
or "https://api.deepseek.com/beta"
|
||||
) # type: ignore
|
||||
dynamic_api_key = api_key or get_secret("DEEPSEEK_API_KEY")
|
||||
elif custom_llm_provider == "fireworks_ai":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue