Skip to content

Commit b2722e3

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

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
@@ -106,7 +106,7 @@ LangChain is a popular library for building AI applications. Scaleway's Generati
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
```
109-
4. Everything is now set up, you can use the `llm` object and the `tools` list to generate a response to a query with the following code:
109+
4. Use the `llm` object and the `tools` list to generate a response to your query with the following code:
110110
```python
111111
query = "What is 3 * 12?"
112112
# You can also try the following query:

0 commit comments

Comments
 (0)