Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def get_chain_and_memory():
|
|
44 |
# gpt-4-turbo-preview points to gpt-4-0125-preview
|
45 |
# Fine-tuned: ft:gpt-3.5-turbo-1106:tall-tree::8mAkOSED
|
46 |
# gpt-4-1106-preview
|
47 |
-
return get_rag_chain(model_name="gpt-4-turbo
|
48 |
|
49 |
except Exception as e:
|
50 |
st.warning(base_error_message, icon="🙁")
|
|
|
44 |
# gpt-4-turbo-preview points to gpt-4-0125-preview
|
45 |
# Fine-tuned: ft:gpt-3.5-turbo-1106:tall-tree::8mAkOSED
|
46 |
# gpt-4-1106-preview
|
47 |
+
return get_rag_chain(model_name="gpt-4-turbo", temperature=0.2)
|
48 |
|
49 |
except Exception as e:
|
50 |
st.warning(base_error_message, icon="🙁")
|