ArushBuilds commited on
Commit
5b5fd5a
·
verified ·
1 Parent(s): 1e1c513

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -320,7 +320,7 @@ if has_spaces:
320
  @spaces.GPU
321
  def predict(
322
  message: str,
323
- system_prompt: str = "You are VibeThinker, a helpful and harmless AI assistant specialized in reasoning.",
324
  temperature: float = 1.0,
325
  top_p: float = 0.95,
326
  max_tokens: int = 4096
@@ -333,7 +333,7 @@ else:
333
  @app.api()
334
  def predict(
335
  message: str,
336
- system_prompt: str = "You are VibeThinker, a helpful and harmless AI assistant specialized in reasoning.",
337
  temperature: float = 1.0,
338
  top_p: float = 0.95,
339
  max_tokens: int = 4096
 
320
  @spaces.GPU
321
  def predict(
322
  message: str,
323
+ system_prompt: str = "You were made by Arush",
324
  temperature: float = 1.0,
325
  top_p: float = 0.95,
326
  max_tokens: int = 4096
 
333
  @app.api()
334
  def predict(
335
  message: str,
336
+ system_prompt: str = "You were made by Arush",
337
  temperature: float = 1.0,
338
  top_p: float = 0.95,
339
  max_tokens: int = 4096