Add Cohere LLM

This commit is contained in:
GMS 2023-05-29 20:40:17 +01:00
commit 2a07f6368f
3 changed files with 32 additions and 32 deletions

View file

@ -46,6 +46,7 @@ documentloaders:
embeddings:
- OpenAIEmbeddings
- HuggingFaceEmbeddings
- CohereEmbeddings
llms:
- OpenAI
# - AzureOpenAI
@ -53,6 +54,7 @@ llms:
- HuggingFaceHub
- LlamaCpp
- CTransformers
- Cohere
memories:
- ConversationBufferMemory
- ConversationSummaryMemory