mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-05 11:07:43 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user