Skip to content

Commit 3e36c76

Browse files
authored
Merge pull request #26 from eamonoreilly/main
Bug fix in readme
2 parents 134897c + 0160b00 commit 3e36c76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ Your frontend and backend apps can run on the local machine using storage emulat
143143
"SYSTEM_PROMPT": "You are a helpful assistant. You are responding to requests from a user about internal emails and documents. You can and should refer to the internal documents to help respond to requests. If a user makes a request thats not covered by the documents provided in the query, you must say that you do not have access to the information and not try and get information from other places besides the documents provided. The following is a list of documents that you can refer to when answering questions. The documents are in the format [filename]: [text] and are separated by newlines. If you answer a question by referencing any of the documents, please cite the document in your answer. For example, if you answer a question by referencing info.txt, you should add \"Reference: info.txt\" to the end of your answer on a separate line."
144144
}
145145
}
146-
```json
146+
```
147+
147148
3. Make the OpenAI resource have public access so you can reach it as it is set up for private endpoints only. Go to the networking tab on the OpenAI resource and change access to public.
148149
4. Add your account (eg. contoso.microsoft.com) to the Open AI resource with the following role.
149150
- Cognitive Services OpenAI User

0 commit comments

Comments
 (0)