From 3bdd3e66669456e2cb1b6c4b3cc7084542910da6 Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Tue, 19 Dec 2023 12:18:48 +0900 Subject: [PATCH] fix model name --- streamlit_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit_app.py b/streamlit_app.py index 1735c03..30f228b 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -19,7 +19,7 @@ from document_qa.grobid_processors import GrobidAggregationProcessor, decorate_text_with_annotations from grobid_client_generic import GrobidClientGeneric -OPENAI_MODELS = ['chatgpt-3.5-turbo', +OPENAI_MODELS = ['gpt-3.5-turbo', "gpt-4", "gpt-4-1106-preview"]