-
I'm implementing https://github.com/linonetwo/langchain-alpaca , which should I refer too? Or should I create two model, one is |
Beta Was this translation helpful? Give feedback.
Answered by
nfcampos
Mar 28, 2023
Replies: 1 comment 4 replies
-
Hi BaseChatModel should only be used for models that expect to receive input as messages, of which I only know currently OpenAI gpt-3.5-turbo and gpt-4 and Anthropic Claude. All other LLMs should be created extending LLM Any other questions let us know |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
linonetwo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
BaseChatModel should only be used for models that expect to receive input as messages, of which I only know currently OpenAI gpt-3.5-turbo and gpt-4 and Anthropic Claude.
All other LLMs should be created extending LLM
Any other questions let us know