agent / ReadMe.md
MOH749's picture
Upload 2 files
4e2cd65 verified
|
raw
history blame
755 Bytes

DOCUMENTATION

Before running the notebook: open CMD get to the dir of where you save the file and Create a virtual environment with : python -m venv venv and activate it : venv\Scripts\activate

then install the requirements.txt file containing all the packages and their version using: pip install -r requirement.txt

For futher information on: AI AGENTS : https://www.langchain.com/langchain

API KEYS OPENAI_API_KEY: chat.openai.com

SERPAPI_API_KEY: serpapi.com

TRANSFORMERS MODEL: https://huggingface.co/Dzeniks/alberta_fact_checking

OTHERS OPEN-SOURCE TRANSFORMERS MODELS AVAILABLE AT : https://huggingface.co/docs/transformers/index

After finishing gathering information test the code file typing in cmd : python ABL-Agent.py to run it