Skip to content

koji/autogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autogen

testing autogen

env

python version: 3.11.4

install packages

pip install -r requirements.txt

how to run 001

The only one requirement is an OpenAI API key.

001 is to write FizzBuzz code in python and run the generated code.

cd 001
cp .env.sample .env

Put the OpenAI API key into .env file.

python app.py

medium https://koji-kanao.medium.com/fizzbuzz-with-autogen-fb1a234f6588

how to run 002

Install LM Studio and download a model.
After downloading the model, start local server.

cd 002 && python app.py