Is there a way to integrate ChatGPT into Godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By toivocat

I want to make a mobile app for myself that allows me to talk to chat gpt without having to use the website.
ChatGPT said that it is possible but I can’t find it anywhere on the web.

So if anyone knows how, please respond.

Maybe now is good time?

https://twitter.com/_kzr/status/1637421440646651905

Student | 2023-03-20 06:20

:bust_in_silhouette: Reply From: Gluon

Well I have never personally heard of ChatGPT before but I would think you would want to use the OS.execute() methods. Documentation for it is here

ChatGPT is an ai chatbot developed by OpenAI. I think it would be helpful because it can generate GDScript code and would make my game development easier. The problem is I am better with either having an example or video of doing something to learn about it in coding and I’m not very good at picking at what I need from documentations. Also I’m not too familiar with OS.execute() so this will be a challenge to see if I can get this before a full tutorial is released so I can release my own. But thank you.

toivocat | 2022-12-10 19:28

:bust_in_silhouette: Reply From: Spyrex

Just use the REST API. For further information just ask ChatGPT :wink: