Skip to content

bcokdilli/LangChainIntro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LangChainIntro

A AI-powered (ChatGPT4) translator project.

Table of Contents

Overview

It is a project developed for testing Langchain technology. Within the scope of the project; ChatGPT4 - LangChain integration has been made.

Features

  • OpenAI ChatGPT-4 API integration
  • LangChain chain has been created.
  • Local deployment was done with FastAPI and LangServe.

Installation

Steps to set up and run this project locally:

  1. Clone the repository:

    git clone https://github.com/bcokdilli/LangChainIntro.git
    cd LangChainIntro
  2. Install the dependencies:

    pip install -r requirements.txt

Usage

Instructions on how to use your project:

python serve.py

Add additional instructions and examples as needed.

Contributing

If you want to contribute, please follow these steps:

  1. Fork this repository.
  2. Create a new branch (git checkout -b new-feature).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin new-feature).
  5. Create a Pull Request.

License

Provide license information here. For example:

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages