2 Comments
User's avatar
Zach Chew's avatar

Awesome demo ! Its a simple one but does bring in the Chat GPT goodness into OmniScript!

Would it be possible for Chat GPT to ingest a set of products and recommend them based on the user inputs?

Expand full comment
Charles McGuinness's avatar

Zach, the answer is yes, but the how depends on the size and complexity of the product set. On the low end you could just play with the prompt to feed it the products and rules for recommending one over the other. On the high end you're training a completely custom LLM; there are services that will let you do that for around $5K now, which isn't that much for a production use.

I'll be giving some examples of the low end in future posts.

Expand full comment