Spaces:
Runtime error
Runtime error
Commit
·
44ee3e2
1
Parent(s):
92cb227
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,6 +118,7 @@ def chat():
|
|
| 118 |
interactive=True,
|
| 119 |
label="Character",
|
| 120 |
)
|
|
|
|
| 121 |
instructions = INSTRUCTIONS_MAPPING[bot_name]
|
| 122 |
|
| 123 |
def run_chat(message: str, chat_history, bot_name: str, instructions: str, model: str, temperature: float, top_p: float):
|
|
|
|
| 118 |
interactive=True,
|
| 119 |
label="Character",
|
| 120 |
)
|
| 121 |
+
print(choices, bot_name, INSTRUCTIONS_MAPPING)
|
| 122 |
instructions = INSTRUCTIONS_MAPPING[bot_name]
|
| 123 |
|
| 124 |
def run_chat(message: str, chat_history, bot_name: str, instructions: str, model: str, temperature: float, top_p: float):
|