Spaces:
Runtime error
Runtime error
Rohan Kataria
commited on
Commit
·
1a04de9
1
Parent(s):
df7da5b
code add
Browse files- src/main.py +1 -1
src/main.py
CHANGED
@@ -65,7 +65,7 @@ def retreival(vector_store):
|
|
65 |
llm_name = "gpt-3.5-turbo"
|
66 |
|
67 |
#Creating LLM
|
68 |
-
llm = ChatOpenAI(model=llm_name, temperature=0.
|
69 |
|
70 |
# Creating Prompt template
|
71 |
template = """
|
|
|
65 |
llm_name = "gpt-3.5-turbo"
|
66 |
|
67 |
#Creating LLM
|
68 |
+
llm = ChatOpenAI(model=llm_name, temperature=0.5)
|
69 |
|
70 |
# Creating Prompt template
|
71 |
template = """
|