Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Azure, OpenAI, Palm, Anthropic, Cohere Models - using litellm #77

Merged
merged 3 commits into from
Aug 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix unused imports
  • Loading branch information
ishaan-jaff committed Aug 5, 2023
commit a8db55ce3489644c988d9033f346fad93dc804b8
3 changes: 0 additions & 3 deletions bot/litellm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
from litellm import completion
from utils.log import logger
from config import conf
from common.session import Session
from common.reply import Reply, ReplyType
from common.context import ContextType, Context
import os

class liteLLMChatGPTBot(ChatGPTBot):
Expand Down