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.
Further explanation: https://www.youtube.com/watch?v=72KrhiRj68E
pip install openai langchain
python run.py