Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ Please output the layout information from the PDF image, including each layout e
|
|
| 78 |
]
|
| 79 |
|
| 80 |
openai_api_key = "EMPTY"
|
| 81 |
-
openai_api_base = os.environ.get("
|
| 82 |
Authorization = os.environ.get("infinity_parser1_Authorization")
|
| 83 |
|
| 84 |
AVAILABLE_MODELS = {
|
|
|
|
| 78 |
]
|
| 79 |
|
| 80 |
openai_api_key = "EMPTY"
|
| 81 |
+
openai_api_base = os.environ.get("infinity_parser1_api")
|
| 82 |
Authorization = os.environ.get("infinity_parser1_Authorization")
|
| 83 |
|
| 84 |
AVAILABLE_MODELS = {
|