#I need advice

1 messages · Page 1 of 1 (latest)

rose blaze
#

Hello, I want to provide my users with custom GPT to help them create some kind of 2d grids, I don't have any experience with the GPT or any AI service and I need some guidance.

Imagine a 2d grid that each tile has a name, and there are some rules that how tiles can be next to each other, Tile names are not meaningful for humans but when they back to my application I will convert the data again.

Rules about tile placement and some custom tags that the user defines would be a JSON file that GPT must be able to understand, All the data is coming from my application and the user only uploads the JSON file to the GPT and writes some short commands to give the grid generation a custom direction, then GPT must give back just a 1D array of tile names as result and user will copy that to my application to see the result.

Thank you for your help.

violet thicket
#

Name one bob

#

:D

rancid folio
#

It would also be better suited to use something more programmatic for this, instead of having users go to a GPT in a separate browser then go back to your application, why don't you do the creation of the grids and the GPT work within your application? Here is a quickstart for making GPT calls programatically https://platform.openai.com/docs/quickstart

rose blaze
violet thicket
# rose blaze ?

You said "Imagine a 2d grid that each tile has a name" so I recomended you name one Bob