File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
shell/agents/AIShell.OpenAI.Agent Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,10 @@ README in the each agent folder.
7777
7878To learn more about how to create an agent for yourself please see, [ Creating an Agent] [ 03 ] .
7979
80+ In order to use the ` openai-gpt ` agent you will need a valid Azure OpenAI service or a public OpenAI
81+ key. For more information on how to get an Azure OpenAI service, see
82+ [ Deploying Azure OpenAI Service] ( ./docs/development/AzureOAIDeployment/DeployingAzureOAI.md ) .
83+
8084### Chat commands
8185
8286By default, ` aish ` provides a base set of chat ` / ` commands used to interact with the responses from
Original file line number Diff line number Diff line change @@ -159,6 +159,8 @@ 1. Run '/agent config' to open the setting file.
159159 2. {1}. See details at
160160 https://aka.ms/aish/openai
161161 3. Run '/refresh' to apply the new settings.
162+
163+ If you would like to learn more about deploying your own Azure OpenAI Service please see https://aka.ms/AIShell/DeployAOAI.
162164 """ ;
163165
164166 if ( _settings is null || _settings . GPTs . Count is 0 )
Original file line number Diff line number Diff line change 22
33This agent is designed to provide a flexible and user-friendly platform for interacting with OpenAI
44services, either the public OpenAI service or a private deployment of the Azure OpenAI service,
5- through one or more customly defined GPT instances.
5+ through one or more custom defined GPT instances.
66
77For more information about this agent, see the [ OpenAI Agent] [ 01 ] documentation.
88
You can’t perform that action at this time.
0 commit comments