CYF200127 commited on
Commit
264e2c7
·
verified ·
1 Parent(s): ace95d1

Update get_molecular_agent.py

Browse files
Files changed (1) hide show
  1. get_molecular_agent.py +2 -2
get_molecular_agent.py CHANGED
@@ -104,7 +104,7 @@ def process_reaction_image_with_multiple_products_and_text(image_path: str) -> d
104
 
105
  client = AzureOpenAI(
106
  api_key=API_KEY,
107
- api_version='2024-12-01-preview',
108
  azure_endpoint=AZURE_ENDPOINT
109
  )
110
 
@@ -356,7 +356,7 @@ def process_reaction_image_with_multiple_products_and_text_correctR(image_path:
356
  """
357
  client = AzureOpenAI(
358
  api_key=API_KEY,
359
- api_version='2024-12-01-preview',
360
  azure_endpoint=AZURE_ENDPOINT
361
  )
362
 
 
104
 
105
  client = AzureOpenAI(
106
  api_key=API_KEY,
107
+ api_version='2024-06-01',
108
  azure_endpoint=AZURE_ENDPOINT
109
  )
110
 
 
356
  """
357
  client = AzureOpenAI(
358
  api_key=API_KEY,
359
+ api_version='2024-06-01',
360
  azure_endpoint=AZURE_ENDPOINT
361
  )
362