An open API service indexing awesome lists of open source software.

https://github.com/cyteon/godot-groq

Adds the ability to use any model from Groq in godot, currently only as a built in chat
https://github.com/cyteon/godot-groq

Last synced: 3 months ago
JSON representation

Adds the ability to use any model from Groq in godot, currently only as a built in chat

Awesome Lists containing this project

README

          

# Godot Groq
> Godot Groq adds the ability to use any model from https://console.groq.com/ in godot, currently only as a built in chat

## How To Install:
1. Press the code button -> download zip
2. Exctract Downloaded ZIP
3. Put the addons folder into you godot projects root
4. Get an API key from https://console.groq.com/
5. Enable the plugin and try to send any message in the chat, it will then ask you to send your api key.
6. Send your API key
7. Done 🥳

## Todo:
- [X] Chat dock
- [ ] Automatic code completion
- [ ] Add buttons to context menu
- [ ] Give the AI your current selection
- [ ] Better backtick formatting