Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def chat_stream(
|
|
29 |
instruction_prompt = generate_prompt(instruction, state_chatbot, context)
|
30 |
bot_response = model(
|
31 |
instruction_prompt,
|
32 |
-
max_tokens=
|
33 |
temperature=1,
|
34 |
top_p=0.9
|
35 |
)
|
|
|
29 |
instruction_prompt = generate_prompt(instruction, state_chatbot, context)
|
30 |
bot_response = model(
|
31 |
instruction_prompt,
|
32 |
+
max_tokens=128,
|
33 |
temperature=1,
|
34 |
top_p=0.9
|
35 |
)
|