Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ https://ollama.com/download
|
|
42 |
ollama run theqtcompany/codellama-7b-qml
|
43 |
```
|
44 |
|
45 |
-
Now, you
|
46 |
|
47 |
```
|
48 |
curl -X POST http://localhost:11434/api/generate -d '{
|
|
|
42 |
ollama run theqtcompany/codellama-7b-qml
|
43 |
```
|
44 |
|
45 |
+
Now, you can set and use CodeLlama-7B-QML as LLM for code completions in the Qt AI Assistant. If you want to test the model in Ollama, then you can write curl requests in Ollama's CLI as shown below.
|
46 |
|
47 |
```
|
48 |
curl -X POST http://localhost:11434/api/generate -d '{
|