Update get_molecular_agent.py
Browse files- 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-
|
| 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-
|
| 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 |
|