Secuentially unlocking interactions
Browse files- First you can only set the API key
- 2nd upload file
- 3rd till a propper chain is created, don't unlock submit
- .vscode/settings.json +3 -0
.vscode/settings.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"python.formatting.provider": "black"
|
3 |
+
}
|