Merge pull request #11 from Iheuzio/feature/tags

feature(tags): associate project with relative keywords
This commit is contained in:
Iheuzio 2023-06-21 22:25:48 -04:00 committed by GitHub
commit 31834358e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,27 @@
"name": "gpt-contextfiles",
"displayName": "GPT-ContextFiles",
"description": "Choose the files to pass into GPT to provide a question with multiple files (doesn't check context)",
"version": "0.1.1",
"version": "0.1.2",
"engines": {
"vscode": "^1.79.0"
},
"categories": [
"Machine Learning"
],
"tags": [
"16k",
"GPT",
"ai",
"testing",
"debugging",
"files",
"api"
],
"relatedTags": [
"Artificial Intelligence",
"Natural Language Processing",
"Code editor"
],
"activationEvents": [
"onCommand:extension.addFilesToGPTContext",
"onCommand:extension.openGPTContextPanel"