Skip to content

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

License

Notifications You must be signed in to change notification settings

upwork/upwork-FastChat

 
 

Repository files navigation

This is an internal Upwork fork of FastChat.

Setup

Create a virtual env.

# Run this once after cloning.
python3 -m venv .venv
# Run this to activate the venv.
. .venv/bin/activate
# Run this to deactive the venv.
deactivate

Install

pip install -e ".[model_worker,webui]"

Run web UI

python3 -m fastchat.serve.gradio_web_server --controller-url= --model-list-mode=reload --register-api-endpoint-file=fastchat_api_endpoints.json

Note that to use OpenAI/Fireworks models the env vars OPENAI_API_KEY and FIREWORKS_API_KEY must be set.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.4%
  • Jupyter Notebook 8.9%
  • Other 0.7%