Skip to content

Commit

Permalink
fix: ai chat bot temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
Shavkatjon-O committed Aug 27, 2024
1 parent c13b79f commit 2328ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bot/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# Initialize LLM and other components
llm = ChatOpenAI(
model="gpt-3.5-turbo",
temperature=0.8,
temperature=0.5,
)
# Pull RAG prompt from hub
rag_prompt = hub.pull("rlm/rag-prompt")
Expand Down

0 comments on commit 2328ef4

Please sign in to comment.