Skip to content

dos-group/LLMWorkflowGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLMWorkflowGenerator

Dependencies Overview

Python 3
virtualenv

Environment Variables Overview

Key Description Default
OPENAI_KEY OpenAI API key for the chat completions endpoint -
MODEL LLM model name gpt-4o-mini

Environment Setup

virtualenv environment
source environment/bin/activate
pip3 install -r requirements.txt

Execution Setup

export OPENAI_KEY=...
export MODEL=gpt4-4o-mini

source environment/bin/activate

echo "Say hello world" | python3 main.py

Execution Examples

echo "Please send my car title to my insurance company" | python3 main.py
echo "Please tell me the current temperature" | python3 main.py
echo "Please play the song beat it by michael jackson" | python3 main.py
echo "Please say me all files in my home directory" | python3 main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages