Open AI API Usage (ChatGPT in Unity)

Hello together.

I would like to utilize a personalized ChatGPT bot, essentially incorporating a ChatGPT model with my own data. I’ve already managed to successfully integrate a standard chatgpt_3.5 model, but I’m unsure of how to customize it through embedding or functions. All I’ve come across so far is this description:

https://github.com/RageAgainstThePixel/com.openai.unity/blob/main/README.md

but I was not able to integrate my own data in unity. It would be awesome if someone know available plugin or other solution for this.

@RageAgainstThePixel

Hi there,

I just came across this discussion in unity forum. I also want to create a chatgpt bot in unity using a GPT model but with my own data. It would be nice if I could make it work with my database which I have created using SQLite. Could you please provide your guidance in this regard?