python = 3.10
dotnet 6.0
poetry
Dependencies are listed in pyproject.toml under [tool.poetry.dependencies]
// Linux, macOS, and Windows (WSL)
$ curl -sSL https://install.python-poetry.org | python3 -
// Windows (Powershell)
$ (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
$ conda create -n fpy python=3.10
$ conda activate fpy
$ poetry install
$ dotnet tool install --global VUISIS.Formula.<x64|ARM64>
Set the environment variable OPENAI_API_KEY if using agents module and GPT before running.
// Download Ollama for your platform here https://ollama.com/download if using pipelines module.
// Pull the LLM models
$ ollama pull mistral
$ ollama pull bakllava
// Run the Ollama server exe or by command
$ ollama serve