FastChat icon indicating copy to clipboard operation
FastChat copied to clipboard

An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.

Results 766 FastChat issues
Sort by recently updated
recently updated
newest added
trafficstars

The streaming interface output using OpenAI requires a long wait of 23 seconds before it can be output. But the openai interface can return results within 3 seconds. How can...

1,already execute `git pull` 2,web model and cli mode works 3,it reports error below: /root/anaconda3/envs/fastchat/lib/python3.9/runpy.py:197 in _run_module_as_main │ │ │ │ 194 │ main_globals = sys.modules["__main__"].__dict__ │ │ 195 │...

[Semantic Kernel ](https://github.com/microsoft/semantic-kernel) is a lightweight open-source orchestration SDK that lets you easily mix-and-match AI prompts with conventional programming languages like C# and Python.

See: https://github.com/PanQiWei/AutoGPTQ/ For reference, text gen ui is using it here: https://github.com/oobabooga/text-generation-webui/blob/main/modules/AutoGPTQ_loader.py

good first issue

Robin-7b is finetuned from LLaMA, achieving competitive performance on chitchat, commonsense reasoning, and instruction-following tasks. ## Checks - [x] I've run `format.sh` to lint the changes in this PR. -...

new-model

![image](https://github.com/lm-sys/FastChat/assets/39661319/c3d2a4ef-27d5-4e79-b4e9-1536cae2f454)

当我按照langchain_integration.md配置好前三个服务,都是正常的。使用测试代码,报错,发生异常: ConnectionError HTTPSConnectionPool(host='openaipublic.blob.core.windows.net', port=443): Max retries exceeded with url: /encodings/cl100k_base.tiktoken (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) TimeoutError: [Errno 110] Connection timed out...

When I try to train Vicuna against Falcon it fails, The big thing is the padding, since Falcon has no padding. (that is the part I can't figure out myself)...

Hello, I've deployed the OpenAI style API in a container when trying to use through OpenAI package I get this kind of error, any idea? The command line: `python -m...