finepointcgi / Godot-Open-AI-GPT-Integration

MIT License
83 stars 21 forks source link

Small bug fixes #1

Closed OctagonalHexy closed 1 year ago

OctagonalHexy commented 1 year ago

I had to fix A few bugs to get the addon to properly save and load settings data.

Just want to commit them so peeps that find this cool addon on youtube can use it easily. Thank You for making it, and I hope to keep adding functionality as I need it.

Right now I'm getting better results for writing code using the free chatGPT interface because it remembers context, but if I'm not mistaken there should be A way to get that working over the API. If and when I figure that out I'm looking forward to using the code-davinci-002 Codex model that takes in A whopping 8001 tokens and is specially trained on code! OH!! and completely free right now!!!

Anyway thanks again for making this.

OctagonalHexy commented 1 year ago

I just realized that there are some small changes to the prompts as well.

finepointcgi commented 1 year ago

Looks good Thanks!