Skip to content
This repository was archived by the owner on Aug 31, 2026. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 659 Bytes

File metadata and controls

16 lines (12 loc) · 659 Bytes

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