Spaces:
Sleeping
Sleeping
fix chatgpt name
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
@@ -19,7 +19,7 @@ from document_qa.document_qa_engine import DocumentQAEngine
|
|
19 |
from document_qa.grobid_processors import GrobidAggregationProcessor, decorate_text_with_annotations
|
20 |
from grobid_client_generic import GrobidClientGeneric
|
21 |
|
22 |
-
OPENAI_MODELS = ['
|
23 |
"gpt-4",
|
24 |
"gpt-4-1106-preview"]
|
25 |
|
|
|
19 |
from document_qa.grobid_processors import GrobidAggregationProcessor, decorate_text_with_annotations
|
20 |
from grobid_client_generic import GrobidClientGeneric
|
21 |
|
22 |
+
OPENAI_MODELS = ['gpt-3.5-turbo',
|
23 |
"gpt-4",
|
24 |
"gpt-4-1106-preview"]
|
25 |
|