saiteki-kai commited on
Commit
d189292
·
verified ·
1 Parent(s): f7c130b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def respond(
12
  """
13
  client = InferenceClient(token=hf_token.token, model="openai/gpt-oss-20b")
14
 
15
- messages = [{"role": "system", "content": system_message}]
16
 
17
  # messages.extend(history)
18
 
 
12
  """
13
  client = InferenceClient(token=hf_token.token, model="openai/gpt-oss-20b")
14
 
15
+ messages = [{"role": "system", "content": "You are an helpful assistant"}]
16
 
17
  # messages.extend(history)
18