Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ Please provide the following:
|
|
| 25 |
)
|
| 26 |
|
| 27 |
# Initialize LLM and chain
|
| 28 |
-
llm = ChatOpenAI(
|
| 29 |
comparison_chain = LLMChain(llm=llm, prompt=prompt_template)
|
| 30 |
|
| 31 |
# Streamlit UI
|
|
|
|
| 25 |
)
|
| 26 |
|
| 27 |
# Initialize LLM and chain
|
| 28 |
+
llm = ChatOpenAI(model_name="gpt-3.5-turbo", temperature=0)
|
| 29 |
comparison_chain = LLMChain(llm=llm, prompt=prompt_template)
|
| 30 |
|
| 31 |
# Streamlit UI
|