General
PromptBeginner5 minmarkdown
Untitled Skill
193
A simple example of how to integrate ChatGPT API into a Godot project. If you just want to see the script, check out [`main_scene_script.gd`](https://gitlab.com/MajoMirez/godot-chatgpt-api/-/blob/main/main_scene_script.gd) in the root folder
Loading actions...
Main instructions and any bundled files for this skill.
A simple example of how to integrate ChatGPT API into a Godot project. If you just want to see the script, check out main_scene_script.gd in the root folder
v4.2.1.stable.official [b09f793f5])davinci-002secretssecrets.json, this JSON must contain your ChatGPT API key with this structure:
{
"chat_gpt": "YOUR-API-KEY-HERE"
}
María José Ramírez @MajoMirez
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks