Skip to content

Commit c226f30

Browse files
bene2k1RoRoJldecarvalho-doc
authored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]> Co-authored-by: ldecarvalho-doc <[email protected]>
1 parent 26e7443 commit c226f30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Scaleway Generative APIs follow OpenAI's API structure, making integration strai
3434

3535
### Configuration
3636

37-
To use the OpenAI client library with Scaleway's Generative APIs, you'll need to install the required dependencies:
37+
To use the OpenAI client library with Scaleway's Generative APIs, first install the required dependencies:
3838
```bash
3939
pip install openai
4040
```
4141

42-
Then you'll need to set the API key and base URL in your OpenAI-compatible client:
42+
Then set the API key and base URL in your OpenAI-compatible client:
4343
```python
4444
from openai import OpenAI
4545
client = OpenAI(
@@ -76,7 +76,7 @@ LangChain is a popular library for building AI applications. Scaleway's Generati
7676
Continue Dev is a library that provides AI-powered coding assistance. Scaleway's Generative APIs support Continue Dev for code completion and more.
7777

7878
<Message type="tip">
79-
Refer our dedicated documentation for
79+
Refer to our dedicated documentation for
8080
- [Integrating Continue Dev with Visual Studio Code](/generative-apis/reference-content/adding-ai-to-vscode-using-continue/)
8181
- [Integrating Continue Dev with IntelliJ IDEA](/generative-apis/reference-content/adding-ai-to-intellij-using-continue/)
8282
</Message>
@@ -103,7 +103,7 @@ curl https://api.scaleway.ai/v1/chat/completions \
103103

104104
### Python HTTP example
105105

106-
To perform HTTP requests with Scaleway's Generative APIs, you'll need to install `requests` dependency:
106+
To perform HTTP requests with Scaleway's Generative APIs, install the `requests` dependency:
107107
```bash
108108
pip install requests
109109
```

0 commit comments

Comments
 (0)