Skip to content

Commit

Permalink
File structure for supporting litellm (#517)
Browse files Browse the repository at this point in the history
Co-authored-by: Young <[email protected]>
  • Loading branch information
YeewahChan and you-n-g authored Jan 9, 2025
1 parent c1c9f93 commit fdbb4b8
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 0 deletions.
Empty file added rdagent/oai/backend/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions rdagent/oai/backend/base.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

class APIBackend:
"""abstract"""
Empty file.
Empty file.
Empty file.
Empty file added rdagent/oai/backend/litellm.py
Empty file.
3 changes: 3 additions & 0 deletions rdagent/oai/llm_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@


class LLMSettings(ExtendedBaseSettings):
# backend
backend: str = "rdagent.oai.backend.DeprecBackend"

log_llm_chat_content: bool = True

use_azure: bool = Field(default=False, deprecated=True)
Expand Down

0 comments on commit fdbb4b8

Please sign in to comment.