FunnySaltyFish / best_llm

Vote the Best LLM by yourself! 票选你最喜欢的大语言模型

Home Page:https://llm.best

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Vote the Best LLM by yourself! 票选你最喜欢的大语言模型

https://llm.best

License:Apache License 2.0


Languages

Language:Python 76.3%Language:JavaScript 16.7%Language:CSS 4.6%Language:HTML 2.3%