AI Chat

Why Create This Page

I want to create this page to test out a simple AI chat system. On this page, you can chat with an AI chatbots similar to other services on the internet. I want to get a good idea of how to handle chatbots in a database and what the prices would look like.
Good text generation models are cheaper to urn through an external service API call, like OpenAI's chat completion API or Google's gemini model, than by running the model on a rented GPU. At least, this is true for sites that don't get much traffic.

See this page for a comparison of various AI chat models.