Skip to content

Commit 0856594

Browse files
authored
doc: Add info about linux compatibility to README.md
1 parent 8a1fd54 commit 0856594

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -268,16 +268,13 @@ If QodeAssist is having problems connecting to the LLM provider, please check th
268268
- For Ollama, the default is usually http://localhost:11434
269269
- For LM Studio, the default is usually http://localhost:1234
270270

271-
2. Check the endpoint:
271+
2. Confirm that the selected model and template are compatible:
272272

273-
Make sure the endpoint in the settings matches the one required by your provider
274-
- For Ollama, it should be /api/generate
275-
- For LM Studio and OpenAI compatible providers, it's usually /v1/chat/completions
273+
Ensure you've chosen the correct model in the "Select Models" option
274+
Verify that the selected prompt template matches the model you're using
276275

277-
3. Confirm that the selected model and template are compatible:
278-
279-
Ensure you've chosen the correct model in the "Select Models" option
280-
Verify that the selected prompt template matches the model you're using
276+
3. On Linux the prebuilt binaries support only ubuntu 22.04+ or simililliar os.
277+
If you need compatiblity with another os, you have to build manualy. our experiments and resolution you can check here: https://github.com/Palm1r/QodeAssist/issues/48
281278

282279
If you're still experiencing issues with QodeAssist, you can try resetting the settings to their default values:
283280
1. Open Qt Creator settings

0 commit comments

Comments
 (0)