You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,5 @@ The web part supports Azure OpenAI and native OpenAI endpoints secured with Azur
7
7
- APIM authenticates users and injects **api-key** into requests before forwarding them to endpoints. **api-key** does not travel in the browser.
8
8
- Using native OpenAI endpoints may provide you access the newest models like gpt-4-vision-preview and gpt-4-1106-preview not yet available in Azure OpenAI (Nov 2023).
9
9
- You can also use straight access to endpoints configured with api-key.
10
-
-**This is less secure setup**, which is not recommended for Production, but can be used for evaluations.
10
+
-**This is less secure setup**, which is not recommended for Production, but can be used for evaluations.
11
11
- The stored key is encrypted in web part properties using AES. However, it will travel in the browser and can be seen inside DEV tools > Network > Request headers.
0 commit comments