Metadata-Version: 2.1
Name: formulallm
Version: 0.1.1
Summary: 
Author: Aadi Bajpai
Author-email: aadi.bajpai@vanderbilt.edu
Requires-Python: >3.10,<3.11
Classifier: Programming Language :: Python :: 3
Requires-Dist: langchain (==0.0.312)
Requires-Dist: langchain-experimental (==0.0.31)
Requires-Dist: openai (==0.28.1)
Requires-Dist: pythonnet (>=3.0.3,<4.0.0)
Description-Content-Type: text/markdown

# FORMULA LLM - OpenAI Explanation and Repair

### Requirements
```bash
python >= 3.10
dotnet 6.0
```

### Install and Set Env
```bash
dotnet tool install --global VUISIS.Formula.<x64|ARM64> 

Set the environment variable OPENAI_API_KEY before running.
```
