Files
QodeAssist/docs/llamacpp-configuration.md
2025-11-10 21:16:58 +01:00

659 B

Configure for llama.cpp

  1. Open Qt Creator settings and navigate to the QodeAssist section
  2. Go to General tab and configure:
    • Set "llama.cpp" as the provider for code completion or/and chat assistant
    • Set the llama.cpp URL (e.g. http://localhost:8080)
    • Fill in model name
    • Choose template for model(e.g. llama.cpp FIM for any model with FIM support)
    • Disable using tools if your model doesn't support tooling
Example of llama.cpp settings: (click to expand) llama.cpp Settings