Skip to content

Commit

Permalink
clarified wording
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenBucher98 authored Jan 23, 2024
1 parent 12869d6 commit 615e28c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ If you run `aish` you will get prompted to choose between the two.

# Az-CLI Agent

This agent is for talking specifically to Az CLI endpoint to help users user Azure CLI tools better. Right now the only prerequistate to using this is to be within the Microsoft Azure tenant and be logged in with az cli via the `az login` command.
This agent is for talking specifically to an Az CLI endpoint tailored to helping users with Azure CLI questions.

Prerequistates:
- Have [Azure CLI installed](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)
- Login with an Azure account within the Microsoft tenant with `az login` command

# OpenAI-GPT Agent

Expand All @@ -40,7 +44,7 @@ This is a more generalized agent that users can bring their own instance of Azur
## Getting an Azure OpenAI Endpoint Key

Currently we only support Azure OpenAI LLM endpoints. We are currently hosting a internal only Azure
OpenAI endpoint that you can get and use without getting your Azure OpenAI instance. This is for private preview purposes only.
OpenAI endpoint that you can get and use without getting your Azure OpenAI instance. This is for internal private preview purposes only.

All the configuration is already included by default and so you will be prompted to include a API key to be able to use this endpoint.

Expand Down

0 comments on commit 615e28c

Please sign in to comment.