| 中文版 |
🔥 Vote your favorite LLMs, and see what's the "best" LLM people like.
- Clone the repo
git clone https://github.com/FunnySaltyFish/best_llm
- Install dependencies
cd best_llm
pip install -r requirements.txt
- 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"
- Run the server
# the python version should be >= 3.8
python best_llm.py
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.
- https://github.com/SunLemuria/open_source_chatgpt_list
- https://ailogo.qq.com/ for Logo
- All Contributors
- All the LLMs and their authors
- All the people who voted