Skip to content

Commit 3ff1ef8

Browse files
committed
end of tuto
1 parent 9410237 commit 3ff1ef8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,14 @@ presence_penalty=0,
105105

106106
### Using LlamaIndex client to chat with the LLM
107107

108+
Once the configuration is set up, you can interact with the LLM by sending messages to the model. The following code demonstrates how to chat with the model using LlamaIndex:
109+
108110
```python
109111
response = llm.chat([ChatMessage("could you tell about Scaleway please")])
110112
print(response)
111113
```
112114

113115

114-
115116
## Continue Dev (AI coding assistance)
116117

117118
Continue Dev is a library that provides AI-powered coding assistance. Scaleway's Generative APIs support Continue Dev for code completion and more.

0 commit comments

Comments
 (0)