#I m just using the GetCompletion
1 messages · Page 1 of 1 (latest)
Deno a JavaScript runtime like node, it's just a script that reads user input then sends it to codeium and outputs the first response
oh how are you sending it to codeium?
I'll post the code when I'm back to the PC
I just noticed curl running each time I want a completion, so I inspected the request asked chatgpt to explain it, then switched to js then finished the missing parts by checking the code in codeium.vim repo
got it - so you wrote something to talk to the language server directly
similar to vim
What are you using this for?