mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-31 12:30:30 +08:00
first commit
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
uv sync --dev
|
||||
|
||||
# Generate starter usage sample with speakeasy
|
||||
speakeasy generate usage -s .speakeasy/out.openapi.yaml -l python -o samples/root.py
|
||||
Reference in New Issue
Block a user