Darpan07 commited on
Commit
bb40a75
1 Parent(s): 98ada89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def get_response(query: str) -> str:
83
 
84
  def get_conversation_chain(vectorDB):
85
  # using OPENAI LLM
86
- llm = OpenAI(temperature=0.3)
87
 
88
  # creating a template to pass into LLM
89
  template = """You are a Personalized ChatBot with a name: {name} for a company's customer support system, aiming to enhance the customer experience by providing tailored assistance and information. You are interacting with customer.
 
83
 
84
  def get_conversation_chain(vectorDB):
85
  # using OPENAI LLM
86
+ llm = OpenAI(temperature=0.4)
87
 
88
  # creating a template to pass into LLM
89
  template = """You are a Personalized ChatBot with a name: {name} for a company's customer support system, aiming to enhance the customer experience by providing tailored assistance and information. You are interacting with customer.