Update maker.py
Browse files
maker.py
CHANGED
@@ -57,7 +57,7 @@ Sure, I'd be happy to help you build a bot! I'm generating a title, system promp
|
|
57 |
|
58 |
"""
|
59 |
|
60 |
-
def predict_beta(message, chatbot=[], system_prompt=system_prompt, max_new_tokens=
|
61 |
client = Client(tulu)
|
62 |
|
63 |
try:
|
|
|
57 |
|
58 |
"""
|
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=False):
|
61 |
client = Client(tulu)
|
62 |
|
63 |
try:
|