Skip to content

Instantly share code, notes, and snippets.

@reski-rukmantiyo
Last active February 26, 2025 03:57
Show Gist options
  • Select an option

  • Save reski-rukmantiyo/a085b4f1befe41e7e345a1095e948e25 to your computer and use it in GitHub Desktop.

Select an option

Save reski-rukmantiyo/a085b4f1befe41e7e345a1095e948e25 to your computer and use it in GitHub Desktop.
continue dev for config
{
"models": [
{
"model": "qwen/qwen25-72b-instruct",
"provider": "openai",
"title": "qwen25-72b-instruct",
"apiKey": "",
"apiBase": "https://dekawicara.cloudeka.ai/api/"
},
{
"model": "qwen/qwen25-coder-32b-instruct",
"provider": "openai",
"title": "qwen25-coder-32b-instruct",
"apiKey": "",
"apiBase": "https://dekawicara.cloudeka.ai/api/"
},
{
"model": "deepseek-ai/DeepSeek-R1",
"provider": "openai",
"title": "deepseek-r1",
"apiKey": "",
"apiBase": "https://dekawicara.cloudeka.ai/api/"
},
{
"model": "deepseek-ai/DeepSeek-R1-70B",
"provider": "openai",
"title": "deepseek-r1-70b",
"apiKey": "",
"apiBase": "https://dekawicara.cloudeka.ai/api/"
}
],
"tabAutocompleteModel": {
"model": "qwen/qwen25-72b-instruct",
"provider": "openai",
"title": "qwen25-72b-instruct",
"useLegacyCompletionsEndpoint": false,
"apiKey": "",
"apiBase": "https://dekawicara.cloudeka.ai/openai/",
"completionOptions": {
"contextLength": 80960,
"model": "qwen/qwen25-72b-instruct",
"maxTokens": 8192,
"temperature": 0.01,
"stop": [
"<fim_prefix>",
"<fim_suffix>",
"<fim_middle>",
"<file_sep>",
"<|endoftext|>",
"</fim_middle>",
"</code>",
"/src/",
"#- coding: utf-8",
"```"
],
"raw": true
}
},
"contextProviders": [
{
"name": "code",
"params": {
"systemMessage": "you are golang programmer that can understand related with kubernetes"
}
},
{
"name": "docs",
"params": {}
},
{
"name": "diff",
"params": {}
},
{
"name": "terminal",
"params": {}
},
{
"name": "problems",
"params": {}
},
{
"name": "folder",
"params": {}
},
{
"name": "codebase",
"params": {
"systemMessage": "you are golang programmer that can understand related with kubernetes"
}
}
],
"slashCommands": [
{
"name": "share",
"description": "Export the current chat session to markdown"
},
{
"name": "cmd",
"description": "Generate a shell command"
},
{
"name": "commit",
"description": "Generate a git commit message"
}
],
"embeddingsProvider": {
"model": "baai/bge-multilingual-gemma2",
"provider": "openai",
"title": "qwen25-72b-instruct",
"useLegacyCompletionsEndpoint": false,
"apiKey": "",
"apiBase": "https://dekawicara.cloudeka.ai/openai/"
},
"reranker": {
"name": "free-trial"
},
"tabAutocompleteOptions": {
"debounceDelay": 300,
"maxPromptTokens": 128000
}
}
@reski-rukmantiyo
Copy link
Author

Need to improve on autocompletion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment