Add Cohere LLM
This commit is contained in:
parent
8039a58af0
commit
2a07f6368f
3 changed files with 32 additions and 32 deletions
|
|
@ -46,6 +46,7 @@ documentloaders:
|
|||
embeddings:
|
||||
- OpenAIEmbeddings
|
||||
- HuggingFaceEmbeddings
|
||||
- CohereEmbeddings
|
||||
llms:
|
||||
- OpenAI
|
||||
# - AzureOpenAI
|
||||
|
|
@ -53,6 +54,7 @@ llms:
|
|||
- HuggingFaceHub
|
||||
- LlamaCpp
|
||||
- CTransformers
|
||||
- Cohere
|
||||
memories:
|
||||
- ConversationBufferMemory
|
||||
- ConversationSummaryMemory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue