Spaces:
Raven7
/
Runtime error

Raven7 commited on
Commit
75c6368
·
verified ·
1 Parent(s): b0e5c12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def respond(
26
 
27
  for message in client.chat_completion(
28
  messages,
29
- max_tokens=max_tokens,
30
  stream=True,
31
  temperature=temperature,
32
  top_p=top_p,
 
26
 
27
  for message in client.chat_completion(
28
  messages,
29
+ max_tokens=maxtokens,
30
  stream=True,
31
  temperature=temperature,
32
  top_p=top_p,