CodingTrain / Bizarro-Devin

12 stars 4 forks source link

[SPEAK] and [EDITOR] prompt idea #29

Closed shiffman closed 5 months ago

shiffman commented 5 months ago

28

JuggernautJf commented 5 months ago

umm i have ollama installed... but how do you run it in the extension?

JuggernautJf commented 5 months ago

before

Imports are getting cryptic, so i suggest to add to jsconfig.json:

{
  "compilerOptions": {
    "module": "Node16",
    "target": "ES2022",
    "checkJs": false /* Typecheck .js files. */,
    "allowJs": true,
    "lib": ["ES2022"],
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"],
      "@lib/*": ["src/lib/*"],
      "@util/*": ["src/util/*"],
      "@commands/*": ["src/commands/*"]
    }
 },
  "exclude": ["node_modules"]
}

then, the imports will look like:

after

JuggernautJf commented 5 months ago

🥺 How do i get it to run? (I can't figure it out...)

@shiffman i have ollama running on localhost image

dipamsen commented 5 months ago

@JuggernautJf we have settled on testing with replicate for now (because it's faster), to run it create a config.js file and add your replicate api key in it

JuggernautJf commented 5 months ago

@JuggernautJf we have settled on testing with replicate for now, to run it create a config.js file and add your replicate api key in it

thing is I don't know how to get a key without being a whole company..... is there a link which can take me in the right direction?

supercrafter100 commented 5 months ago

You can create an account for free by just signing in using GitHub. Then generate an API key and use that. You should be able to generate quite some time for free.