PeterSchneider commited on
Commit
5fe7c14
·
verified ·
1 Parent(s): c52e946

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ https://ollama.com/download
42
  ollama run theqtcompany/codellama-7b-qml
43
  ```
44
 
45
- Now, you should be able to 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 '{
 
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 '{