HugMeBytes commited on
Commit
2cd1fa6
Β·
1 Parent(s): 50bbeec

modified .md file

Browse files
Files changed (1) hide show
  1. README.md +75 -1
README.md CHANGED
@@ -10,5 +10,79 @@ pinned: false
10
  license: mit
11
  short_description: Overthinks everything with dramatic, deep responses.
12
  ---
 
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: mit
11
  short_description: Overthinks everything with dramatic, deep responses.
12
  ---
13
+ # 🀯 Overthinking Bot (Gradio + GROQ)
14
 
15
+ **Overthinking Bot** is a highly theatrical, overly analytical AI chatbot built with Gradio and powered by the **GROQ API** using the **LLaMA 3-70B** model. This bot doesn't just answer questions β€” it dissects, spirals, philosophizes, and dramatizes even the most mundane input.
16
+
17
+ ## 🧠 What It Does
18
+
19
+ Every message you send is interpreted through the lens of **overthinking**, across a range of bizarrely introspective "modes" like:
20
+
21
+ - **Overthinker** – general-purpose deep spiral
22
+ - **Existential Crisis** – life is meaningless... or is it?
23
+ - **Hypothetical Scenarios** – infinite what-ifs
24
+ - **Paranoia** – hidden motives behind simple things
25
+ - **Complicated Responses** – because saying it simply is too easy
26
+
27
+ ...and more.
28
+
29
+ ## πŸš€ Features
30
+
31
+ - 10+ Overthinking Modes with unique personality prompts
32
+ - Adjustable **intensity** (1–10) to control how deep the spiral goes
33
+ - **Persistent chat history**
34
+ - **Chat download** with auto-generated overthought summaries
35
+ - Gradio-powered, responsive UI
36
+
37
+ ## πŸ›  Requirements
38
+
39
+ - Python 3.8+
40
+ - `gradio`
41
+ - `requests`
42
+
43
+ Install dependencies:
44
+
45
+ ```bash
46
+ pip install -r requirements.txt
47
+ ```
48
+
49
+ Create a `.env` file or export your GROQ API key:
50
+
51
+ ```bash
52
+ export GROQ_API_KEY=your_groq_api_key_here
53
+ ```
54
+
55
+ ## πŸ“¦ Running the App
56
+
57
+ ```bash
58
+ python app.py
59
+ ```
60
+
61
+ Or on Hugging Face Spaces using the **Gradio template**.
62
+
63
+ ## 🧩 Example Use
64
+
65
+ > User: "Hi"
66
+ >
67
+ > OverthinkBot (Existential Crisis Mode, Intensity 9):
68
+ > *Ah... a simple 'hi'. But is any greeting truly simple? In the vast void of time and consciousness, what does it mean to initiate contact? Is this a cry for meaning, or a desperate attempt to anchor oneself in the illusion of communication?*
69
+
70
+ ## πŸ“„ Downloadable Chat History
71
+
72
+ Each chat can be downloaded, complete with an overly detailed summary at the end.
73
+
74
+ ## πŸ” Environment Variables
75
+
76
+ | Variable | Description |
77
+ |----------------|-----------------------------|
78
+ | `GROQ_API_KEY` | Your GROQ API key (required)|
79
+
80
+ ## πŸ™ Acknowledgements
81
+
82
+ - [Gradio](https://gradio.app/)
83
+ - [GROQ](https://groq.com/)
84
+ - [Meta LLaMA 3-70B](https://ai.meta.com/llama/)
85
+
86
+ ---
87
+
88
+ > "Sometimes a dot is just a dot. But maybe… it’s a portal." – OverthinkBot