Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ You need to get the following secrets form the Azure Portal and Azure AI Studio
```powershell
$secrets = @{
apiURI = "<Your Azure OpenAI API URI>"
apiVersion = "<Your Azure OpenAI API Version>"
apiKey = "<Your Azure OpenAI API Key>"
apiVersion = "<Your Azure OpenAI API Version>"
deploymentName = "<Your Azure OpenAI Deployment Name>"
}

Expand Down Expand Up @@ -249,4 +249,4 @@ We are continuously evolving PSAI Agents to meet more diverse automation needs:

For questions or feedback, open an issue on GitHub or reach out via [Twitter](https://x.com/dfinke) or [LinkedIn](https://www.linkedin.com/in/douglasfinke/).

Happy Automating!
Happy Automating!