Hi all
So when i have followed the " Build a ChatGPT clone with Xano & WeWeb" video and i see no reason for my workflow not to work but for some reason nothing is working. Im just getting a
name: “Error”
stack: "Error at Object.createChatCompletion
any ideas what im doing wrong. in the message section i have this code
{
role: “user”,
content: `Please create a professional CV with the following details:
Name: ${context.local.data?.[‘form’]?.[‘formData’]?.[‘name’] || “Not provided”}
Email: ${context.local.data?.[‘form’]?.[‘formData’]?.[‘email’]|| “Not provided”}
Phone: ${context.local.data?.[‘form’]?.[‘formData’]?.[‘phone’]|| “Not provided”}
Location: ${context.local.data?.[‘form’]?.[‘formData’]?.[‘location’] || “Not provided”}
Format it nicely as a CV.`
}
which i think should work but doesnt??
any help please
cheers paul
Help us help you!
If you’re stuck on a problem, please include screenshots or a short video showing:
- What you’re trying to achieve
- How things are set up
- The steps to reproduce the issue
- What you’ve already tried
- Where exactly you’re getting stuck
The more context you provide, the easier it is for the community to understand your use case, and hopefully get you the answers you need faster!
Delete the text above and type your answer in this box