talltree commited on
Commit
b228d0c
β€’
1 Parent(s): 31652af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- return get_rag_chain(model_name="gpt-4", temperature=0.2)
 
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="πŸ™")