Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit e1e9407

Browse files
Update Data_Analyst_Agent_Cohere_and_Langchain.ipynb
1 parent 923bb84 commit e1e9407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/Data_Analyst_Agent_Cohere_and_Langchain.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"source": [
6464
"# Create the Cohere chat model\n",
6565
"from langchain_cohere.chat_models import ChatCohere\n",
66-
"chat = ChatCohere(model=\"command-r-plus\", temperature=0)"
66+
"chat = ChatCohere(model=\"command-r\", temperature=0.3)"
6767
]
6868
},
6969
{

0 commit comments

Comments
 (0)