Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
An AI bot built with the Vercel AI SDK, OpenAI gpt-4o mini, and fine-tuned on Shakespeare's literary works.
Shooketh is an open-source AI chatbot template that pairs the Vercel AI SDK with an OpenAI gpt-4o-mini model fine-tuned on Shakespeare's literary works, and it deploys to Vercel with a single click.
Shooketh is a ready-to-deploy AI bot built with the Vercel AI SDK, Next.js, and Tailwind CSS, using an OpenAI fine-tuned model to respond in the style of Shakespeare's writing. It takes a user's text prompt as input and returns an AI-generated reply in Shakespearean voice, displayed in a chat interface. The template was created by Steven Tey under the vercel-labs organization and is licensed under the MIT license. The live demo runs at shooketh-ai-4o.vercel.app.
OPENAI_API_KEY.Shooketh is a Next.js app with an API route that accepts messages from the chat interface, sends them to OpenAI's chat completions endpoint using the Vercel AI SDK, and streams the response back. The fine-tuning happens separately: you use the OpenAI fine-tuning API with a training dataset (in the guide) to create a tuned model, then point the app to that model by setting the appropriate model name in the code.
The template itself is open source under the MIT license and you can deploy it for free on Vercel's hobby plan, but you will need an OpenAI API key, which is a paid service based on your usage.
Shooketh is built with OpenAI gpt-4o-mini and fine-tuned on Shakespeare's literary works using OpenAI's fine-tuning API.
No, the template is already configured with a fine-tuned model, but the repository links to a guide if you want to reproduce or modify the fine-tuning process.
Because it uses the Vercel AI SDK, you can change the model provider or model name in the code, as long as you have the appropriate API credentials.
