SpatialWebAgent commited on
Commit
07ab97c
·
verified ·
1 Parent(s): 6f8bc84

Update utils/llm_ent_extract.py

Browse files
Files changed (1) hide show
  1. utils/llm_ent_extract.py +0 -1
utils/llm_ent_extract.py CHANGED
@@ -6,7 +6,6 @@ client = OpenAI(
6
  api_key=api_key
7
  )
8
 
9
- model = "gpt-3.5-turbo"
10
  model = "gpt-4o"
11
 
12
  def extract_GPE(text):
 
6
  api_key=api_key
7
  )
8
 
 
9
  model = "gpt-4o"
10
 
11
  def extract_GPE(text):