Skip to content

Commit 4b5e665

Browse files
committed
Added OpenAI and Scaleway policies details to doc
1 parent a447e35 commit 4b5e665

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
6666
Get a practical implementation example with [`.github/workflows/deploy.yml`](./.github/workflows/deploy.yml).
6767

68+
You can restrict your OpenAI API key permissions to:
69+
70+
- Models: `Read`
71+
- Model capabilities: `Write`
72+
6873
### Supported Cloud providers
6974

7075
- **[Scaleway](https://www.scaleway.com/en/)**
@@ -80,6 +85,8 @@ Get a practical implementation example with [`.github/workflows/deploy.yml`](./.
8085
provider_default_zone: 'fr-par-2' # example
8186
```
8287

88+
- Policies: ContainersFullAccess, ServerlessJobsFullAccess, FunctionsFullAccess
89+
8390
## Other deployments
8491

8592
### Deploy for local directory

0 commit comments

Comments
 (0)