Update wording
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ demo = gr.ChatInterface(
|
|
61 |
),
|
62 |
],
|
63 |
title="RouteLLM",
|
64 |
-
description="This is a demo of our matrix factorization router, calibrated so that approximately 50% of
|
65 |
)
|
66 |
|
67 |
if __name__ == "__main__":
|
|
|
61 |
),
|
62 |
],
|
63 |
title="RouteLLM",
|
64 |
+
description="This is a demo of our matrix factorization router, calibrated so that approximately 50% of calls (those that are harder) are routed to GPT-4, with remaining calls routed to Mixtral 8x7B.\n\nCheck out https://github.com/lm-sys/RouteLLM for details!",
|
65 |
)
|
66 |
|
67 |
if __name__ == "__main__":
|