File tree Expand file tree Collapse file tree
packages/opencode/src/cli/cmd/tui/component Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ import { useToast } from "../ui/toast"
1616import { DialogAltimateLogin } from "./dialog-altimate-login"
1717
1818const PROVIDER_PRIORITY : Record < string , number > = {
19- "altimate-backend" : 0 ,
20- opencode : 1 ,
21- "opencode-go" : 2 ,
22- openai : 3 ,
23- "github-copilot" : 4 ,
24- anthropic : 5 ,
25- google : 6 ,
19+ opencode : 0 ,
20+ " opencode-go" : 1 ,
21+ openai : 2 ,
22+ "github-copilot" : 3 ,
23+ anthropic : 4 ,
24+ google : 5 ,
25+ "altimate-backend" : 6 ,
2626}
2727
2828export function createDialogProviderOptions ( ) {
@@ -37,7 +37,7 @@ export function createDialogProviderOptions() {
3737 title : provider . name ,
3838 value : provider . id ,
3939 description : {
40- "altimate-backend" : "(Instance + API key)" ,
40+ "altimate-backend" : "(API key)" ,
4141 opencode : "(Recommended)" ,
4242 anthropic : "(API key)" ,
4343 openai : "(ChatGPT Plus/Pro or API key)" ,
You can’t perform that action at this time.
0 commit comments