Shuqian Ye
Shuqian Ye
### What happened? ```python model_list = [ { 'model_name': 'groq/mixtral-8x7b-32768', 'litellm_params': { 'model': 'groq/mixtral-8x7b-32768', 'api_key': 'thekey', }, 'model_info': { 'base_model': 'groq/mixtral-8x7b-32768', }] router = Router(model_list=model_list, routing_strategy='simple-shuffle',) response = router.completion( model="groq/mixtral-8x7b-32768",...
interesting work. The front end performance is better than `st_chat`. Is there any way to add scrolling bar to chat log, and keep input area always the top of the...
### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...