Skip to content

Commit

Permalink
✨ Add chat model patches
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Feb 17, 2024
1 parent 7b4ac45 commit 63e5fb2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/funcchain/model/patches/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from .azure import AzureChatOpenAI
from .llamacpp import ChatLlamaCpp
from .ollama import ChatOllama
from .openai import ChatOpenAI

__all__ = [
"AzureChatOpenAI",
"ChatOpenAI",
"ChatLlamaCpp",
"ChatOllama",
]

0 comments on commit 63e5fb2

Please sign in to comment.