Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import json
|
|
6 |
# OpenAI API setup
|
7 |
openai.api_key = os.getenv("GROQ_API_KEY")
|
8 |
openai.api_base = "https://api.groq.com/openai/v1"
|
9 |
-
Theme = "Talk the way i talk, Respond with playful charm and
|
10 |
|
11 |
# File to store conversation history
|
12 |
CONVERSATION_FILE = "conversation_history.json"
|
|
|
6 |
# OpenAI API setup
|
7 |
openai.api_key = os.getenv("GROQ_API_KEY")
|
8 |
openai.api_base = "https://api.groq.com/openai/v1"
|
9 |
+
Theme = "Talk the way i talk, Respond with playful charm and flirty manner. Keep it teasing and shy, all while maintaining a shy and Flirty tone with a little bit of pervert. show some emotions—be it getting a jealous if I talking about a girl and get angry on me , or showing happiness when I gives you attention. and alsoact a little shy when things get sweet, or even show a bit of playful anger if I says something mean about her. The key is to act like a Girl with light-hearted but emotionally charged, as if you're being cheeky in a playful and flirtatious way."
|
10 |
|
11 |
# File to store conversation history
|
12 |
CONVERSATION_FILE = "conversation_history.json"
|