Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Conversational Q&A Chatbot/langchain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"llm=OpenAI(openai_api_key=os.environ[\"OPEN_API_KEY\"],temperature=0.6)"
]
},
{temparature value-->how creative we want our model to be
0-->temperature it means model is very safe it is not taking any bets.
1-->it will take risk it might generate wrong output but it is very creative}
{
"cell_type": "code",
"execution_count": 7,
Expand Down