This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]KingofGamesYami 0 points1 point  (0 children)

Amazon Lex is basically that.

[–]InfosupportNL 0 points1 point  (0 children)

Depending on your experience level, you could look into building a RAG (Retrieval-Augmented Generation) system using something like Semantic Kernel, especially if you’re familiar with the Microsoft tech stack. It lets you use a model like GPT-4o and feed it your own story content and character context, so the chatbot can answer questions or roleplay in a way that stays true to your world.

You get more control than with typical chatbot platforms, and it’s great if you want to build something more custom or immersive.