Spaces:
Runtime error
Runtime error
NeonBohdan
commited on
Commit
•
27bb117
1
Parent(s):
5b981d0
Use vllm_model_name in info
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ for name in config:
|
|
26 |
|
27 |
|
28 |
personas = list(OrderedDict.fromkeys(persona for name in model_names for persona in clients[name].personas))
|
29 |
-
info = "\n".join([f"{model} ({
|
30 |
|
31 |
|
32 |
def respond(
|
|
|
26 |
|
27 |
|
28 |
personas = list(OrderedDict.fromkeys(persona for name in model_names for persona in clients[name].personas))
|
29 |
+
info = "\n\n".join([f"{model} ({clients[model].vllm_model_name}):\n{list(clients[model].personas.keys())}" for model in model_names])
|
30 |
|
31 |
|
32 |
def respond(
|