File tree 3 files changed +7
-1
lines changed
shell/agents/AIShell.OpenAI.Agent
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.
77
77
78
78
To learn more about how to create an agent for yourself please see, [ Creating an Agent] [ 03 ] .
79
79
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
+
80
84
### Chat commands
81
85
82
86
By 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.
159
159
2. {1}. See details at
160
160
https://aka.ms/aish/openai
161
161
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.
162
164
""" ;
163
165
164
166
if ( _settings is null || _settings . GPTs . Count is 0 )
Original file line number Diff line number Diff line change 2
2
3
3
This agent is designed to provide a flexible and user-friendly platform for interacting with OpenAI
4
4
services, 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.
6
6
7
7
For more information about this agent, see the [ OpenAI Agent] [ 01 ] documentation.
8
8
You can’t perform that action at this time.
0 commit comments