microsoft / teams-ai

SDK focused on building AI based applications and extensions for Microsoft Teams and other Bot Framework channels
MIT License
407 stars 176 forks source link

[JS] fix: Removing Azure AI Search details from Azure OpenAI Sample #1584

Closed aycabas closed 5 months ago

aycabas commented 5 months ago

issue: #minor Azure AI Search endpoint and key are not required in the code, they will be passed through src/prompt/chat/config.json. It makes the sample confusing to still keep Azure AI Search details required.

Removed Azure AI Search endpoint and key from:

Included Azure OpenAI endpoint in .env files, it's required to run the app.

singhk97 commented 5 months ago

Hey Ayca, thanks for making this update. Can you add [JS] fix: prefix to the title. And add issue: #minor to the description. This should fix the PR style issues.

aycabas commented 5 months ago

thanks @singhk97, updated.