Spaces:
Sleeping
Sleeping
Update azure_ai.py
Browse files- azure_ai.py +0 -2
azure_ai.py
CHANGED
|
@@ -9,8 +9,6 @@ client = AzureOpenAI(
|
|
| 9 |
azure_endpoint=os.getenv("AZURE_OPENAI_ENDPOINT").strip(),
|
| 10 |
api_key=os.getenv("AZURE_OPENAI_KEY").strip()
|
| 11 |
)
|
| 12 |
-
azend=os.getenv("AZURE_OPENAI_ENDPOINT").strip()
|
| 13 |
-
print(azend)
|
| 14 |
|
| 15 |
def enhance_with_ai(repo_info):
|
| 16 |
file_summaries = "\n".join([
|
|
|
|
| 9 |
azure_endpoint=os.getenv("AZURE_OPENAI_ENDPOINT").strip(),
|
| 10 |
api_key=os.getenv("AZURE_OPENAI_KEY").strip()
|
| 11 |
)
|
|
|
|
|
|
|
| 12 |
|
| 13 |
def enhance_with_ai(repo_info):
|
| 14 |
file_summaries = "\n".join([
|