Tonic commited on
Commit
cc3b4b7
1 Parent(s): 8a93f88

Update maker.py

Browse files
Files changed (1) hide show
  1. maker.py +1 -1
maker.py CHANGED
@@ -59,7 +59,7 @@ Sure, I'd be happy to help you build a bot! I'm generating a title, system promp
59
 
60
  def predict_beta(message, chatbot=[], system_prompt=system_prompt, max_new_tokens=900, temperature=0.4, top_p=0.9, repetition_penalty=0.9, advanced=True):
61
  client = Client(tulu)
62
- start_phrase = "Sure, I'd be happy to help you build a bot!"
63
  try:
64
  result = client.predict(
65
  message,
 
59
 
60
  def predict_beta(message, chatbot=[], system_prompt=system_prompt, max_new_tokens=900, temperature=0.4, top_p=0.9, repetition_penalty=0.9, advanced=True):
61
  client = Client(tulu)
62
+ start_phrase = "Sure, I'd be happy to help"
63
  try:
64
  result = client.predict(
65
  message,