GitXplorerGitXplorer
k

windmill-codegen

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
ad5a678692f893a2c255b35e3e1432666adba90a

Merge branch 'main' of github.com:kotleta2007/windmill-codegen

kkotleta2007 committed 8 months ago
Verified
d000e491903b390deca760960d6fcd465b6638d3

Update README.md

kkotleta2007 committed 8 months ago
Unverified
9305d57e67db49a66b57ff081c2f7232c06c9f10

Add previous work

kkotleta2007 committed 8 months ago
Verified
78db209adcb714fc57d46306be723d16f9a7949d

Update README.md

kkotleta2007 committed 8 months ago
Unverified
b7fa19a1dfe49b0d1dada613a20b7bba8814fdcd

LLM fixed

kkotleta2007 committed 8 months ago
Unverified
b3cbb4169874dc58745f540b7a3c04210719c461

Add scraped data samples

kkotleta2007 committed 8 months ago

README

The README file for this repository.

windmill-codegen

Generating code for Windmill integrations

Installation

  1. Create a virtual environment
 python -m virtualenv codegen
  1. Activate it
 source codegen/bin/activate
  1. Install the dependencies
 pip install -r requirements.txt
  1. Get the necessary credentials, put them in .env
echo GROQ_API_KEY=YOUR_KEY_HERE > .env
echo TAVILY_API_KEY=YOUR_KEY_HERE >> .env
  1. Run the CLI
 python codegen.py