Aitor commited on
Commit
300907b
·
1 Parent(s): f4cb80a

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

Files changed (1) hide show
  1. .vscode/settings.json +3 -0
.vscode/settings.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "python.formatting.provider": "black"
3
+ }