Skip to content

Commit 0fe8bca

Browse files
fpagnybene2k1
andauthored
Update pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx
Co-authored-by: Benedikt Rollik <[email protected]>
1 parent d6eff2e commit 0fe8bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To use the LlamaIndex framework with Scaleway's Generative APIs, first install t
8080
pip install llama-index-llms-openai-like
8181
```
8282

83-
Then, create a file `main.py` and add the following code to it to configure `OpenAILike` client and secret key:
83+
Then, create a file `main.py` and add the following code to it to configure the `OpenAILike` client and your secret key:
8484
```python
8585
from llama_index.llms.openai_like import OpenAILike
8686
from llama_index.core.llms import ChatMessage

0 commit comments

Comments
 (0)