Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,10 +6,10 @@ from optillm.mcts import chat_with_mcts
|
|
6 |
from optillm.bon import best_of_n_sampling
|
7 |
|
8 |
def respond(
|
9 |
-
model,
|
10 |
-
approach,
|
11 |
message,
|
12 |
history: list[tuple[str, str]],
|
|
|
|
|
13 |
system_message,
|
14 |
max_tokens,
|
15 |
temperature,
|
|
|
6 |
from optillm.bon import best_of_n_sampling
|
7 |
|
8 |
def respond(
|
|
|
|
|
9 |
message,
|
10 |
history: list[tuple[str, str]],
|
11 |
+
model,
|
12 |
+
approach,
|
13 |
system_message,
|
14 |
max_tokens,
|
15 |
temperature,
|