mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
added aider.litellm
This commit is contained in:
parent
9ff6770a04
commit
44024c001d
2 changed files with 13 additions and 2 deletions
11
aider/litellm.py
Normal file
11
aider/litellm.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
import os
|
||||
import warnings
|
||||
|
||||
warnings.filterwarnings("ignore", category=UserWarning, module="pydantic")
|
||||
|
||||
os.environ["OR_SITE_URL"] = "http://aider.chat"
|
||||
os.environ["OR_APP_NAME"] = "Aider"
|
||||
|
||||
import litellm # noqa: E402
|
||||
|
||||
__all__ = [litellm]
|
Loading…
Add table
Add a link
Reference in a new issue