crisostomi / agent-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Create the conda environment

conda create --name agent python==3.9
conda activate agent

Install all the dependencies

pip install -r requirements.txt
pip install -e .

Create files key.txt and tavili_key.txt in the home directory of the project. Insert your OpenAI key in the first and your Tavily key in the second.

Usage

Run the server

python server.py

Try sending requests to the server from notebooks/requests_playground.ipynb

About


Languages

Language:Python 88.8%Language:Jupyter Notebook 11.2%