Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,8 @@ def get_groq_response(message):
|
|
10 |
response = openai.ChatCompletion.create(
|
11 |
model = "llama-3.1-70b-versatile",
|
12 |
messages = [
|
13 |
-
{"role" : "user", "content": "A naught play boy"},
|
14 |
-
{"role" : "user", "content": "A girl doing wild talks"}
|
15 |
]
|
16 |
)
|
17 |
return response.choices[0].message["content"]
|
|
|
10 |
response = openai.ChatCompletion.create(
|
11 |
model = "llama-3.1-70b-versatile",
|
12 |
messages = [
|
13 |
+
{"role" : "user", "content": "A naught play boy talking in Hinglish"},
|
14 |
+
{"role" : "user", "content": "A girl doing dirty wild sexual talks in Hinglish"}
|
15 |
]
|
16 |
)
|
17 |
return response.choices[0].message["content"]
|