Spaces:
Sleeping
Sleeping
DJOMGA TOUKO Peter Charles
commited on
Commit
•
cf64939
1
Parent(s):
b9cc5d8
Using gpt-40
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from app_access_db import *
|
|
6 |
|
7 |
# model = "gpt-3.5-turbo"
|
8 |
# model = "gpt-4-turbo"
|
9 |
-
model = "
|
10 |
gpt_base_url = None
|
11 |
# model = "lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF"
|
12 |
# gpt_base_url = "http://localhost:1234/v1/"
|
|
|
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/"
|