Spaces:
Running
Running
Commit ·
5410761
1
Parent(s): 11b64de
Update app.py (#9)
Browse files- Update app.py (26b75453bae436c6080473e48cdcb807676435a4)
Co-authored-by: BaodeWang <GiantPandas@users.noreply.huggingface.co>
app.py
CHANGED
|
@@ -56,7 +56,7 @@ preset_prompts = [
|
|
| 56 |
]
|
| 57 |
|
| 58 |
openai_api_key = "EMPTY"
|
| 59 |
-
openai_api_base = os.environ.get("
|
| 60 |
Authorization = os.environ.get("infinity_parser1_Authorization")
|
| 61 |
|
| 62 |
AVAILABLE_MODELS = {
|
|
|
|
| 56 |
]
|
| 57 |
|
| 58 |
openai_api_key = "EMPTY"
|
| 59 |
+
openai_api_base = os.environ.get("infinity_parser1_api")
|
| 60 |
Authorization = os.environ.get("infinity_parser1_Authorization")
|
| 61 |
|
| 62 |
AVAILABLE_MODELS = {
|