Update maker.py
Browse files
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
|
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,
|