Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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.
|