Skip to content

Commit

Permalink
better settings explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
olegklimov committed Feb 6, 2024
1 parent 576f8ba commit ddb3985
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions refact.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"address_url": "",
"api_key": "",
// Take your API key from https://refact.smallcloud.ai/
"api_key": "",
// For cloud inference, use "Refact"
// For self-hosted version, http://127.0.0.1:8008
// For Enterprise version, https://your-company-server/
"address_url": "Refact",
// less important stuff below
"code_completion_model": "",
"code_completion_model_works_like_model": "",
"code_completion_scratchpad": "",
"pause_completion": false,
"telemetry_basic": false,
"telemetry_code_snippets": false
}
}

0 comments on commit ddb3985

Please sign in to comment.