We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8399d commit f625d66Copy full SHA for f625d66
pages/generative-apis/how-to/query-code-models.mdx
@@ -47,7 +47,7 @@ Code models are also ideal AI assistants when **added to IDEs** (integrated deve
47
api_key="###SCW_SECRET_KEY###"
48
)
49
```
50
- Replace `"###SCW_SECRET_KEY###"` with your actual API key.
+ Replace `"###SCW_SECRET_KEY###"` with your actual API secret key.
51
52
2. Make an API request:
53
- To generate code or receive assistance, send a request to the chat completion endpoint:
0 commit comments