Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miteshsharma/llm_agent_openai

This is code to create an LLM agent using OpenAI
https://github.com/miteshsharma/llm_agent_openai

langchain-python llm openai streamlit

Last synced: 13 days ago
JSON representation

This is code to create an LLM agent using OpenAI

Awesome Lists containing this project

README

        

# LLM Agent to query custom logic

This is a web application built using Streamlit and the LangChain framework, allowing users to leverage the power of LLMs agents for step by step thought process.

Run script_setup.sh to download all dependencies

Run script_run_agent.sh to ask questions using agent

Create a .env file with key OPENAI_API_KEY for accessing openAI APIs.