docs(prefix.md): add prefix support to docs

This commit is contained in:
Krrish Dholakia 2024-08-10 13:55:29 -07:00
parent d5abcb0945
commit 0ea056971c
6 changed files with 121 additions and 4 deletions

View file

@ -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":