talltree commited on
Commit
a45b195
β€’
1 Parent(s): a1e1ca4

Update app.py

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