This commit is contained in:
bennykok
2024-07-16 14:45:28 -07:00
commit 6ea0b09d80
207 changed files with 8190 additions and 0 deletions

14
.devcontainer/setup.sh Normal file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
# Install the speakeasy CLI
curl -fsSL https://raw.githubusercontent.com/speakeasy-api/speakeasy/main/install.sh | sh
# Setup samples directory
rmdir samples || true
mkdir samples
python -m pip install --upgrade pip
pip install -e .
# Generate starter usage sample with speakeasy
speakeasy generate usage -s https://www.comfydeploy.com/api/openapi.json -l python -o samples/root.py