Skip to content

Instantly share code, notes, and snippets.

@jfojtl
Created March 19, 2025 10:04
Show Gist options
  • Select an option

  • Save jfojtl/50ffc00d8bdb7a719841bca82ab68f98 to your computer and use it in GitHub Desktop.

Select an option

Save jfojtl/50ffc00d8bdb7a719841bca82ab68f98 to your computer and use it in GitHub Desktop.
{
"models": [
{
"title": "Llama 3.1 8B",
"provider": "ollama",
"model": "llama3.1:8b"
},
{
"model": "claude-3-5-sonnet-20240620",
"provider": "anthropic",
"apiKey": "",
"title": "Claude 3.5 Sonnet"
},
{
"model": "AUTODETECT",
"title": "Autodetect",
"provider": "ollama"
},
{
"title": "Qwen 2.5 Coder 32b",
"model": "qwen2.5-coder:32b",
"provider": "ollama"
},
{
"title": "Qwen 2.5 Coder 7b",
"model": "qwen2.5-coder:7b",
"provider": "ollama"
}
],
"tabAutocompleteModel": {
"title": "Starcoder 3b",
"provider": "ollama",
"model": "starcoder2:3b"
},
"customCommands": [
{
"name": "test",
"prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.",
"description": "Write unit tests for highlighted code"
}
],
"contextProviders": [
{
"name": "diff",
"params": {}
},
{
"name": "folder",
"params": {}
},
{
"name": "codebase",
"params": {}
}
],
"slashCommands": [
{
"name": "edit",
"description": "Edit selected code"
},
{
"name": "comment",
"description": "Write comments for the selected code"
},
{
"name": "share",
"description": "Export the current chat session to markdown"
},
{
"name": "commit",
"description": "Generate a git commit message"
}
],
"docs": [],
"embeddingsProvider": {
"provider": "ollama",
"model": "nomic-embed-text"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment