docs: update explanation for separate config use in litellm (#958)

* docs: update explanation for separate config use in litellm

* docs: update default backend to `rdagent.oai.backend.LiteLLMAPIBackend`

* docs: update .rst format

* Update installation_and_configuration.rst
This commit is contained in:
amstrongzyf
2025-06-13 18:32:39 +08:00
committed by GitHub
parent 5a3a2bf2be
commit 9890bb4b00
5 changed files with 106 additions and 27 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from rdagent.core.conf import ExtendedBaseSettings
class LLMSettings(ExtendedBaseSettings):
# backend
backend: str = "rdagent.oai.backend.DeprecBackend"
backend: str = "rdagent.oai.backend.LiteLLMAPIBackend"
chat_model: str = "gpt-4-turbo"
embedding_model: str = "text-embedding-3-small"