We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a447e35 commit 4b5e665Copy full SHA for 4b5e665
README.md
@@ -65,6 +65,11 @@ jobs:
65
66
Get a practical implementation example with [`.github/workflows/deploy.yml`](./.github/workflows/deploy.yml).
67
68
+You can restrict your OpenAI API key permissions to:
69
+
70
+- Models: `Read`
71
+- Model capabilities: `Write`
72
73
### Supported Cloud providers
74
75
- **[Scaleway](https://www.scaleway.com/en/)**
@@ -80,6 +85,8 @@ Get a practical implementation example with [`.github/workflows/deploy.yml`](./.
80
85
provider_default_zone: 'fr-par-2' # example
81
86
```
82
87
88
+ - Policies: ContainersFullAccess, ServerlessJobsFullAccess, FunctionsFullAccess
89
83
90
## Other deployments
84
91
92
### Deploy for local directory
0 commit comments