Comparison of 4 major LLM language models with LangChain framework. ChatGPT, Gemini,Command and Claude.
To run the project on your local machine, follow these steps:
-
Clone the project repository:
git clone https://github.com/serkanyasr/LangChain-LLM-Model-Comparison.git
-
Navigate to the project directory:
cd LangChain-LLM-Model-Comparison
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
streamlit run app.py
- Update API keys and environment in
app.py
.
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-name
. - Submit a pull request.
This project is licensed under the MIT License.