Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def getresponse(userInput, api_key):
|
|
| 38 |
if st.session_state['conversation'] is None:
|
| 39 |
|
| 40 |
llm = HuggingFaceEndpoint(
|
| 41 |
-
temperature=0,
|
| 42 |
token=api_key,
|
| 43 |
repo_id="mistralai/Mistral-7B-Instruct-v0.2" # 'text-davinci-003' model is depreciated now, so we are using the openai's recommended model
|
| 44 |
)
|
|
|
|
| 38 |
if st.session_state['conversation'] is None:
|
| 39 |
|
| 40 |
llm = HuggingFaceEndpoint(
|
| 41 |
+
temperature=0.7,
|
| 42 |
token=api_key,
|
| 43 |
repo_id="mistralai/Mistral-7B-Instruct-v0.2" # 'text-davinci-003' model is depreciated now, so we are using the openai's recommended model
|
| 44 |
)
|