DJOMGA TOUKO Peter Charles commited on
Commit
de7e474
1 Parent(s): 8b94644

using GPT 4

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ from app_config import *
4
  from app_access_db import *
5
 
6
 
7
- model = "gpt-3.5-turbo"
 
8
 
9
  # ------------------------------------------------------------------------------------------------
10
  # SIDEBAR
 
4
  from app_access_db import *
5
 
6
 
7
+ # model = "gpt-3.5-turbo"
8
+ model = "gpt-4-turbo"
9
 
10
  # ------------------------------------------------------------------------------------------------
11
  # SIDEBAR