I'm trying to write a plugin for Godot that is essentially an OpenAI-powered semantic search with a chatbot on the front. I've made Chatbots using OpenAI's API in Python before. Problem being, I'm very new to Godot/GDScript, and I can't find any sort of existing GDScript wrapper for the OpenAI API, and I don't know how to create/package a plugin in Godot.
If someone would like to collaborate, I'd certainly be open to that as well!