Skip to content

FunnySaltyFish/best_llm

Repository files navigation

Best LLM


| 中文版 |

🔥 Vote your favorite LLMs, and see what's the "best" LLM people like.

llm.best

License GitHub stars GitHub forks GitHub watchers GitHub issues

logo

Screenshots

screenshot

Depoly

  1. Clone the repo
git clone https://github.com/FunnySaltyFish/best_llm
  1. Install dependencies
cd best_llm
pip install -r requirements.txt
  1. Edit .env file
# MongoDB URI, you might need to install mongo first
MONGO_URI = "mongodb://localhost:27017/"
# Whether to enable debug mode, by default it's false
DEBUG = "true"
  1. Run the server
# the python version should be >= 3.8
python best_llm.py

Contribute

THIS PROJECT IS UNDER CONSTRUCTION, CONTRIBUTION IS HIGHLY WELCOME.

Help us to add more LLMs to the list, or improve the website. To add a new LLM or help improve the relevant information of an existing LLM, please edit the llms.json and submit a pull request.

You can also choose to help improve the website, including beautifying the UI, adding new features, building CI/CD, re-arranging the code structure, etc. Please submit an issue to discuss before you start, so that we can avoid duplicate work.

Thanks