zeionara / less

Experiments with the latest language processing models and lang-chain package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Less

Language essays - experiments with the latest LLM models and LangChain package

Create environment

To create a conda environment with all required dependencies execute the following command while in the root repo directory:

conda env create -f environment.yml

Run the project

To run the default set of experiments evalute the statement below:

python -m less act 'hello world'

About

Experiments with the latest language processing models and lang-chain package

License:Apache License 2.0


Languages

Language:Python 100.0%