Skip to content

Commit cdf6f10

Browse files
Update pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx
Co-authored-by: Néda <[email protected]>
1 parent 489428a commit cdf6f10

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
@@ -102,7 +102,7 @@ LangChain is a popular library for building AI applications. Scaleway's Generati
102102

103103
tools = [add, multiply]
104104
```
105-
3. You can configure the `init_chat_model` function to use Scaleway's Generative APIs.
105+
3. Configure the `init_chat_model` function to use Scaleway's Generative APIs.
106106
```Python
107107
llm = init_chat_model("mistral-small-3.1-24b-instruct-2503", model_provider="openai", base_url="https://api.scaleway.ai/v1")
108108
```

0 commit comments

Comments
 (0)