Skip to content

Commit

Permalink
fix chatgpt name
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Dec 19, 2023
1 parent 20a04c7 commit b455285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit b455285

Please sign in to comment.