Spaces:
Sleeping
Sleeping
metadata
title: Beyond ChatGPT – Beginner LLM App
emoji: 💬
colorFrom: blue
colorTo: indigo
sdk: docker
💬 Beyond ChatGPT – Beginner LLM App
This is a simple LLM-based chatbot built during the Beyond ChatGPT tutorial from AI Makerspace.
It runs locally or in a Hugging Face Space using Docker.
The app connects to the OpenAI API and supports system messages, few-shot prompting, and chain-of-thought-style reasoning.
🧠 What You Can Do
- Send prompts to a live OpenAI model
- Test structured prompting techniques
- Explore different system/assistant/user message configurations
- Use this app as a foundation for building your own LLM tools
🚀 How to Use
If running on Hugging Face (or locally via Docker):
- Enter a prompt in the chat window
- Press
Enteror clickSend - The model will respond in a conversational format
🔧 Tech Stack
- Python
- OpenAI API (
gpt-3.5-turboor similar) - Chainlit (chat interface)
- Docker (for deployment)
- Hugging Face Spaces (hosted version)
📦 Tutorial Origin
This app was built as part of the Beyond ChatGPT tutorial by AI Makerspace:
🔗 https://github.com/AI-Maker-Space/Beyond-ChatGPT
⚠️ Notes
- You’ll need a valid OpenAI API key to run this locally or deploy it to Hugging Face.
- If using Docker, the app runs on port 7860 by default.
🧪 Example Prompt
What are the key takeaways from the book "Thinking, Fast and Slow"?
🙌 Credits
Thanks to the team at #AIMakerspace for the tutorial and code scaffold.