reedmayhew commited on
Commit
bf14548
·
verified ·
1 Parent(s): c6e3c53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def apply_replacements(text):
107
  return text
108
 
109
 
110
- def chat_with_openai(message: str, history: list, temperature: float, max_new_tokens: int, fast_mode=false):
111
  """
112
  Call the OpenAI ChatCompletion endpoint using the new client and yield streaming responses.
113
  Implements <think> logic:
 
107
  return text
108
 
109
 
110
+ def chat_with_openai(message: str, history: list, temperature: float, max_new_tokens: int, fast_mode: bool = False):
111
  """
112
  Call the OpenAI ChatCompletion endpoint using the new client and yield streaming responses.
113
  Implements <think> logic: