Skip to content

Commit be29c74

Browse files
committed
Fix trailing comma in featherless provider list
1 parent 8afd324 commit be29c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const PROVIDER_MODELS: Record<string, string[]> = {
115115
xai: ["grok-4.1", "grok-4.1-thinking", "grok-4.1-fast"],
116116
openrouter: [],
117117
centml: [],
118-
featherless: []
118+
featherless: [],
119119
};
120120

121121
export const GET_KEY_LINKS: Record<string, string> = {

0 commit comments

Comments
 (0)