Hi, i’m trying to “link” chat gpt inside Unreal for a little side project. Basically my goal is to give a prompt to chat gpt to fuse two items that appears on screen (and to give it a new name and lore)
I’m a complete beginner in terms of blueprint, i’ve used chatgpt to help me and teach me how to make it but i’ve reached the point where it’s giving me back and forth instructions that seems wrong. i’m using varest plugin
image seem to be super low res but hopefully heres a better version : Imgur: The magic of the Internet
the print string at the end is giving me the error ‘message’:'you must provide a model parameter" “type” “invalid_request_error” “param” null “code” null
I don’t really understand, i feel like i’m setting the parameter correctly though ? is it because i’m building 3 construct json object ? is it the issue with the make array ? (both the make array and the number of json objects is an issue that chatgpt is giving me different instructions each time)
Well ask ai like chatGPT what you need to do to solve it.
It usually gives good (valid) response, until something is outside its training data, and then it will make up all stuff, however answer will still look correct.
But even bad responses may give you a hint, just never follow blindly what it replies with.
Yea, i’ve been working on this for the past week and i’ve been using multiple AI to help me, it’s giving me totally different answer For example it tells me that I should only use one construct json but then tells me I need to build multiple one. It also absolutely wants me to use node with json that simply do not exist, and refuse to listen when I tell him I don’t have it lol
Considering I deal more with the art part and never with BP, i figured I might ask here
So you are outside of chat gpt training set.
Is that some marketplace plugin you are using?
If maybe they have docs or maybe there are some comments in c++ Source for it.