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: Runtime/OpenAIApi.cs
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,20 @@ public class OpenAIApi
15
15
/// Remember that your API key is a secret! Do not share it with others or expose it in any client-side code (browsers, apps).
16
16
/// Production requests must be routed through your own backend server where your API key can be securely loaded from an environment variable or key management service.
0 commit comments