SamurAIGPT / Open-Custom-GPT

Create Custom GPT and add/embed on your site using Assistants api
https://customgpt.thesamur.ai
MIT License
1.52k stars 269 forks source link

Runtime error when trying to Submit with Actions copy-pasted to Functions #27

Open miluoka opened 1 month ago

miluoka commented 1 month ago

Hello, I fill the Function frame by copying and pasting a JSON API schema that works fine in my original Custom GPT, I mean from its Actions. I'm getting this error every time, whatever Function/Action I paste, so it is not possible to Submit with that code... Maybe a wrong understanding of Functions option from my side? Please kindly advise, thank you!

copy-paste issue with action code
Anil-matcha commented 1 month ago

You need to convert the actions to functions to be able to do this

timstew commented 1 month ago

Can you please provide an example somewhere of what is expected? it appears that it is looking for the json, but where should we place the actual code for the function?