daviondk
commited on
Commit
·
d0945b1
1
Parent(s):
5f09a62
fix
Browse files
app.py
CHANGED
|
@@ -149,7 +149,7 @@ def generate(
|
|
| 149 |
|
| 150 |
|
| 151 |
@spaces.GPU(duration=60)
|
| 152 |
-
def bot_response(history,
|
| 153 |
"""
|
| 154 |
Generate AI response to user input
|
| 155 |
"""
|
|
|
|
| 149 |
|
| 150 |
|
| 151 |
@spaces.GPU(duration=60)
|
| 152 |
+
def bot_response(history, model_selection, max_tokens, temperature, top_k, top_p, repetition_penalty):
|
| 153 |
"""
|
| 154 |
Generate AI response to user input
|
| 155 |
"""
|