Skip to content
New issue

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

Experimental - Add Groq support #1

Open
akio-ito opened this issue Mar 23, 2024 · 0 comments
Open

Experimental - Add Groq support #1

akio-ito opened this issue Mar 23, 2024 · 0 comments

Comments

@akio-ito
Copy link
Owner

akio-ito commented Mar 23, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant