Skip to content

Commit 62a03ad

Browse files
committed
Do not show Fake AI in Roo-Code settings
1 parent 3611c14 commit 62a03ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webview-ui/src/components/settings/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export const PROVIDERS = [
3636
{ value: "unbound", label: "Unbound" },
3737
{ value: "requesty", label: "Requesty" },
3838
{ value: "human-relay", label: "Human Relay" },
39-
{ value: "fake-ai", label: "Fake AI" },
4039
].sort((a, b) => a.label.localeCompare(b.label))
4140

4241
export const AWS_REGIONS = [

0 commit comments

Comments
 (0)