Skip to content

maxknu/workato-sdk-generator-openai-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Workato SDK Connector code generator @gpt-3.5-turbo

This will generate a new Workato SDK Connector code based on user input via gpt-3.5-turbo Chat Completion API

DEMO

https://sdk-generator.streamlit.app

Running Locally

Create new python environment (OPTIONAL)

python -m venv venv

Activate the python environment (WINDOWS)

venv/Scripts/activate

Activate the python environment (Linux/Mac)

source venv/bin/activate

Install openai and streamlit libraries with PIP

pip install openai streamlit streamlit_pills

Create a new folder ".streamlit" Create a new file "secrets.toml" under ".streamlit" folder Add your API key from OpenAI

api_secret = "sk-lköaskjhlhhaskjgaskjgadskgdasgkadsgkasd"

Run the app locally

streamlit run .\streamlit_app.py

About

Workato SDK Connector code generator using streamlit and OpenAI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages