This will generate a new Workato SDK Connector code based on user input via gpt-3.5-turbo Chat Completion API
https://sdk-generator.streamlit.app
python -m venv venv
venv/Scripts/activate
source venv/bin/activate
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