Skip to content

I cant get CodeCompletion to load. #219

Answered by S1M0N38
iacobucci asked this question in Q&A
Discussion options

You must be logged in to vote
return {
  {
    "olimorris/codecompanion.nvim",
    lazy = false,
    dependencies = {
      "nvim-lua/plenary.nvim",
      "nvim-treesitter/nvim-treesitter",
      "hrsh7th/nvim-cmp",
      "nvim-telescope/telescope.nvim",
    },
    config = function()
      require("codecompanion").setup({
        adapters = {
          llama3 = function()
            return require("codecompanion.adapters").extend("ollama", {
              name = "llama3", -- Give this adapter a different name to differentiate it from the default ollama adapter
              schema = {
                model = {
                  default = "phi3:3.8b-mini-4k-instruct-q6_K",
                },
                num_ctx =

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@iacobucci
Comment options

@S1M0N38
Comment options

Answer selected by iacobucci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants