Skip to content
/ Langpain Public

Improved GPT-3.5 Agent (with tools) for GPT-3.5

Notifications You must be signed in to change notification settings

d3n7/Langpain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Langpain

Improved GPT-3.5 Agent (with tools) for GPT-3.5

By default, the Langchain Chat Conversation Agent with GPT-3.5 fails very often at identifying when it should use a tool. This is unfortunate since GPT-3.5 is 10x cheaper than Davinci and 15-30x cheaper than GPT-4.

This is a solution: gptDiagram

Further explanation: https://www.youtube.com/watch?v=72KrhiRj68E

Installation

pip install openai langchain

Usage

python run.py

About

Improved GPT-3.5 Agent (with tools) for GPT-3.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages