General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
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
Sign in to like and favorite skills
A simple example of how to integrate ChatGPT API into a Godot project. If you just want to see the script, check out
in the root foldermain_scene_script.gd
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