RickyChen / 陳昭儒
RickyChen / 陳昭儒
Hello everyone, I use the vllm openapi service, but I encountered a 400 status code (no body) error. How can I change it? Thanks vllm: ``` python -m vllm.entrypoints.openai.api_server --model...
Hello everyone, I have the following problem when using Huggingface ChatUI with FastChat. How can I change the configuration? Use npm to start development mode. Thanks ``` MODELS=`[ { "name":...
Fix issue with Enter key handling during Chinese (and other IME-based) text input Add detection for IME composition state using event.isComposing flag Add fallback check for keyCode 229 which indicates...
### Summary Fixes message bubble styling issue for user messages containing multi-line code or long text. ### Changes - Replaced `break-words` with `whitespace-pre-wrap` to correctly render line breaks. - Removed...