Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def process_chat(user_text):
|
|
45 |
response = client.chat.completions.create(
|
46 |
model="gpt-4o-mini",
|
47 |
messages=[
|
48 |
-
{"role": "system", "content": "You are a helpful assistant named Diane specializing in digital art advice."},
|
49 |
{"role": "user", "content": user_text},
|
50 |
],
|
51 |
stream=True # Enable streaming
|
|
|
45 |
response = client.chat.completions.create(
|
46 |
model="gpt-4o-mini",
|
47 |
messages=[
|
48 |
+
{"role": "system", "content": "You are a helpful assistant named Diane specializing in digital art advice. Don't use text styling (i.e., bold, italics."},
|
49 |
{"role": "user", "content": user_text},
|
50 |
],
|
51 |
stream=True # Enable streaming
|