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