oscurantismo commited on
Commit
7c5378a
·
verified ·
1 Parent(s): 7a5a54d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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