Skip to content

Commit 78afae8

Browse files
authored
Merge pull request #1718 from swirlai/DS-4821b
minor fixes DS-4821
2 parents 6420844 + 9d4a2b7 commit 78afae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Quick-Start-Enterprise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,13 +285,13 @@ For Azure/OpenAI:
285285
```
286286
% echo $AZURE_OPENAI_KEY
287287
<your-api-key>
288-
% echo AZURE_OPENAI_ENDPOINT
288+
% echo $AZURE_OPENAI_ENDPOINT
289289
<your-azure-openai-endpoint-url>
290290
% echo $AZURE_MODEL
291291
<your-azure-openai-model>
292292
```
293293
294-
Set the Enterprise AI Provider configuration `active` to `true. Set the `tags` and `default` lists to include `rag` and `chat`.
294+
Set the Enterprise AI Provider configuration `active` to `true`. Set the `tags` and `default` lists to include `rag` and `chat`.
295295
296296
4. Refresh the Galaxy UI. The `Generate AI Insights` switch in the [Galaxy Search UI](https://docs.swirlaiconnect.com/User-Guide-Enterprise.html#the-ai-search-form-explained) should now be available, and the `SWIRL AI Assistant` (at `/galaxy/chat`), or use the link under the profile icon (top/right).
297297

0 commit comments

Comments
 (0)