Skip to content

Commit

Permalink
feat(openchallenges): generate challenge headlines using AWS Bedrock (#…
Browse files Browse the repository at this point in the history
…2281)

* Create Bedrock client

* Can query Bedrock

* Add notebook docker image

* Rename notebook

* Generate headlines with bedrock

* Work now in Python script

* Add headlines output

* Remove Docker image for oc-notebook
  • Loading branch information
tschaffter authored Nov 1, 2023
1 parent c26da7d commit e01dcf7
Show file tree
Hide file tree
Showing 17 changed files with 5,060 additions and 299 deletions.
10 changes: 6 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.tabSize": 4
// This settings still works even if VS Code does not recognize it.
// "notebook.formatOnSave.enabled": true
},
"[json][jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
Expand Down Expand Up @@ -84,9 +86,9 @@
"editor.inlayHints.enabled": "off",
"rewrap.wrappingColumn": 100,
"editor.rulers": [100],
"eslint.validate": [
"json"
],
"eslint.validate": ["json"],
"java.compile.nullAnalysis.mode": "disabled",
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "basic"
}
Loading

0 comments on commit e01dcf7

Please sign in to comment.