Skip to content

Commit

Permalink
updated the import for cohere llm (crewAIInc#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
taradepan authored Jun 4, 2024
1 parent ea89343 commit 2a0e21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/LLM-Connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ OPENAI_API_KEY=NA

### Cohere
```sh
from langchain_community.chat_models import ChatCohere
from langchain_cohere import ChatCohere
# Initialize language model
os.environ["COHERE_API_KEY"] = "your-cohere-api-key"
llm = ChatCohere()
Expand Down

0 comments on commit 2a0e21c

Please sign in to comment.