A AI-powered (ChatGPT4) translator project.
It is a project developed for testing Langchain technology. Within the scope of the project; ChatGPT4 - LangChain integration has been made.
- OpenAI ChatGPT-4 API integration
- LangChain chain has been created.
- Local deployment was done with FastAPI and LangServe.
Steps to set up and run this project locally:
-
Clone the repository:
git clone https://github.com/bcokdilli/LangChainIntro.git cd LangChainIntro -
Install the dependencies:
pip install -r requirements.txt
Instructions on how to use your project:
python serve.pyAdd additional instructions and examples as needed.
If you want to contribute, please follow these steps:
- Fork this repository.
- Create a new branch (
git checkout -b new-feature). - Commit your changes (
git commit -m 'Add new feature'). - Push to the branch (
git push origin new-feature). - Create a Pull Request.
Provide license information here. For example: