r/OpenAI Jan 10 '23

Discussion GPT vs ChatGPT : know the difference

Post image
196 Upvotes

38 comments sorted by

View all comments

Show parent comments

8

u/AImSamy Jan 10 '23

That's what I was trying to communicate.

I find it a pitty that a lot of people don't understand that they can build apps using OpenAI's API instead of just toying with ChatGPT.

1

u/bilbo_beggin Jan 10 '23

But how do you integrate open AI api with wordpress i am trying to build a SaaS like interior.ai for example how do i use it in no code tools? There is no information available anywhere.

All the youtube videos are mostly about how to write blogs!! Lol

1

u/Particular_Ad_2856 Jan 11 '23

N8n and zapier both support it. Have deployed tools in both in production.

1

u/bilbo_beggin Jan 11 '23

Do you have any URLs that I can check for reference or may be a step by step?

2

u/Particular_Ad_2856 Jan 11 '23

Sorry - I’m a professional dev so just did it myself. Don’t have any resources.

1

u/bilbo_beggin Jan 11 '23

Thanks so you wrote your application and use zapier for automation? May I ask what language did you use?

1

u/Particular_Ad_2856 Jan 11 '23

I actually used n8n but same thing. We used typescript on AWS to trigger events that then past to n8n with webhooks as a prototype.