diff --git a/apps/bot/chain.py b/apps/bot/chain.py index 6f2b3ab..b138c32 100644 --- a/apps/bot/chain.py +++ b/apps/bot/chain.py @@ -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")