diff --git a/extensions/void/package.json b/extensions/void/package.json index 5cf913f0..28b7d4e7 100644 --- a/extensions/void/package.json +++ b/extensions/void/package.json @@ -19,23 +19,25 @@ "type": "string", "default": "anthropic", "description": "Choose an API provider", - "enum": ["anthropic", "openai", "greptile", "ollama"] + "enum": [ + "anthropic", + "openai", + "greptile", + "ollama" + ] }, "void.anthropicApiKey": { "type": "string", "default": "", "description": "Anthropic API Key" }, - "void.anthropicModel":{ + "void.anthropicModel": { "type": "string", "default": "claude-3-5-sonnet-20240620", "description": "Anthropic Model to use", - "enum": ["claude-3-5-sonnet-20240620"] - }, - "void.anthropicMaxTokens":{ - "type": "number", - "default": 1024, - "description": "Max Token to use when using Anthropic API" + "enum": [ + "claude-3-5-sonnet-20240620" + ] }, "void.openAIApiKey": { "type": "string", diff --git a/void b/void new file mode 160000 index 00000000..6d513a1e --- /dev/null +++ b/void @@ -0,0 +1 @@ +Subproject commit 6d513a1e602c8dea3f89f85cc5a04d840a0abfa9