Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,9 +10,7 @@ load_dotenv()
|
|
| 10 |
|
| 11 |
openai.api_type = "azure"
|
| 12 |
openai.api_base = os.getenv("AZURE_API_ENDPOINT")
|
| 13 |
-
openai.api_version = "2024-02-01"
|
| 14 |
openai.api_key = os.getenv("AZURE_API_KEY")
|
| 15 |
-
print(f"Azure API token: {azure_api_key}")
|
| 16 |
|
| 17 |
|
| 18 |
# Example Claims
|
|
|
|
| 10 |
|
| 11 |
openai.api_type = "azure"
|
| 12 |
openai.api_base = os.getenv("AZURE_API_ENDPOINT")
|
|
|
|
| 13 |
openai.api_key = os.getenv("AZURE_API_KEY")
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
# Example Claims
|