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