Skip to content

Commit 52ccd32

Browse files
authored
feat(genapi): update bolt quickstart
1 parent 44814e1 commit 52ccd32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ OPENAI_LIKE_API_BASE_URL=https://api.scaleway.ai/v1
215215
OPENAI_LIKE_API_KEY=###SCW_SECRET_KEY###
216216
```
217217
218+
To enable configuration from `.env` is taken into account, you still need to enable **OpenAILike** from Bolt interface in **Settings > Local Providers** section.
219+
If you first configured credentials through your browser, you also need to reset cookies from your browser for you localhost domain (as Bolt.diy stores model provider configuration information in browser).
220+
218221
<Message type="tip">
219222
If you want to limit access to a specific Scaleway Project, replace API endpoint with `https://api.scaleway.ai/###PROJECT_ID###/v1/` since the default URL `https://api.scaleway.ai/v1/` can only be used with the default project.
220223
</Message>

0 commit comments

Comments
 (0)