We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Groq Api: https://console.groq.com/docs/quickstart
Python Install groq
pip install groq
Plug 'akio-ito/vim-ai'
.vimrc
let g:vim_ai_chat = { \ "options": { \ "endpoint_url": "https://api.groq.com/openai/v1/chat/completions", \ "model": "mixtral-8x7b-32768", \ "temperature": 0.2, \ }, \ "ui": { \ "open_chat_command": "tabnew | call vim_ai#MakeScratchWindow()", \ }, \}
My dotfile: https://github.com/akioito/dotfiles
The text was updated successfully, but these errors were encountered:
experimental and ugly support for Groq #1
108e376
add install groq #1
ff97dbf
resolve Todo: get model and other parameters from option #1
967f518
experimental and ugly support for Groq, after upstream sync #1
15876a4
No branches or pull requests
Groq Api: https://console.groq.com/docs/quickstart
Python Install groq
pip install groq
Plug 'akio-ito/vim-ai'
.vimrc
My dotfile: https://github.com/akioito/dotfiles
The text was updated successfully, but these errors were encountered: