DJOMGA TOUKO Peter Charles commited on
Commit
b9cc5d8
1 Parent(s): 865ba19

Using Gpt-40

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,7 +5,8 @@ from app_access_db import *
5
 
6
 
7
  # model = "gpt-3.5-turbo"
8
- model = "gpt-4-turbo"
 
9
  gpt_base_url = None
10
  # model = "lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF"
11
  # gpt_base_url = "http://localhost:1234/v1/"
 
5
 
6
 
7
  # model = "gpt-3.5-turbo"
8
+ # model = "gpt-4-turbo"
9
+ model = "GPT-4o"
10
  gpt_base_url = None
11
  # model = "lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF"
12
  # gpt_base_url = "http://localhost:1234/v1/"