File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/docs/ai-gateway/configuration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ The keys are stored securely with [Secret Store](/secrets-store/) and allows for
4242
4343Once you've configured your API keys in the dashboard:
4444
45- 1 . ** Remove API keys from your code** : Delete any hardcoded API keys or environment variables
46- 2 . ** Update request headers** : Remove provider authorization headers from your requests, you still need to pass ` cf-aig-authorization `
47- 3 . ** Test your integration** : Verify that requests work without including API keys
45+ 1 . ** Remove API keys from your code** : Delete any hardcoded API keys or environment variables.
46+ 2 . ** Update request headers** : Remove provider authorization headers from your requests. Note that you still need to pass ` cf-aig-authorization ` .
47+ 3 . ** Test your integration** : Verify that requests work without including API keys.
4848
4949## Example
5050
You can’t perform that action at this time.
0 commit comments