amanuensis simple ai agent
1.0.0
Experimental project using Langchain with OpenAI APIs and Wikipedia API.
This is an experimental project for generate a text on a topic that you want. The goal is to explore and demonstrate the capabilities of integrations with Langchain and potential applications.
Clone the repository
Install the required packages using venv:
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
OPENAI_API_SECRET_KEY=<your_api_secret_key>
cd src
streamlit run main.py
This project is licensed under the MIT License.