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
- Host: GitHub
- URL: https://github.com/cyteon/godot-groq
- Owner: Cyteon
- License: mit
- Created: 2024-05-13T15:02:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T19:33:53.000Z (about 2 years ago)
- Last Synced: 2025-02-25T08:19:47.299Z (over 1 year ago)
- Language: GDScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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