iojw commited on
Commit
f33abcd
1 Parent(s): 1d0039a

Update wording

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 harder calls are routed to GPT-4, with remaining calls routed to Mixtral 8x7B.\nSee https://github.com/lm-sys/RouteLLM for details!",
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__":