Tonic commited on
Commit
940b7ed
·
1 Parent(s): 980332e

Update maker.py

Browse files
Files changed (1) hide show
  1. maker.py +1 -1
maker.py CHANGED
@@ -77,7 +77,7 @@ Sure, I'd be happy to help you build a bot! I'm generating a title, system promp
77
  # Example input: I would like to create a character with the Power Level 10
78
  """
79
 
80
- def predict_beta(message, chatbot=[], system_prompt=system_prompt, max_new_tokens=500, temperature=0.4, top_p=0.90, repetition_penalty=0.90, advanced=False):
81
  client = Client(tulu)
82
  try:
83
  result = client.predict(
 
77
  # Example input: I would like to create a character with the Power Level 10
78
  """
79
 
80
+ def predict_beta(message, chatbot=[], system_prompt=system_prompt, max_new_tokens=4500, temperature=0.4, top_p=0.90, repetition_penalty=0.90, advanced=False):
81
  client = Client(tulu)
82
  try:
83
  result = client.predict(