File tree Expand file tree Collapse file tree 8 files changed +2
-21
lines changed
webview-ui/src/components/settings Expand file tree Collapse file tree 8 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,8 @@ const ApiOptions = ({
105105 fromWelcomeView,
106106 errorMessage,
107107 setErrorMessage,
108- env = { } // eslint-disable-line no-unused-vars
108+ // eslint-disable-next-line no-unused-vars
109+ env = { }
109110} : ApiOptionsProps ) => {
110111 const { t } = useAppTranslation ( )
111112 const { organizationAllowList } = useExtensionState ( )
Original file line number Diff line number Diff line change 1- import { useCallback } from "react"
2-
31import type { ProviderSettings } from "@roo-code/types"
42
53import { useAppTranslation } from "@src/i18n/TranslationContext"
64
7- import { inputEventTransform } from "../transforms"
85import { ApiKey } from "../ApiKey"
96
107type ChutesProps = {
Original file line number Diff line number Diff line change 1- import { useCallback } from "react"
2-
31import type { ProviderSettings } from "@roo-code/types"
42
53import { useAppTranslation } from "@src/i18n/TranslationContext"
64
7- import { inputEventTransform } from "../transforms"
85import { ApiKey } from "../ApiKey"
96
107type DeepSeekProps = {
Original file line number Diff line number Diff line change 1- import { useCallback } from "react"
2-
31import { type ProviderSettings , type OrganizationAllowList , glamaDefaultModelId } from "@roo-code/types"
42
53import type { RouterModels } from "@roo/api"
64
75import { useAppTranslation } from "@src/i18n/TranslationContext"
86import { getGlamaAuthUrl } from "@src/oauth/urls"
97
10- import { inputEventTransform } from "../transforms"
118import { ModelPicker } from "../ModelPicker"
129import { ApiKey } from "../ApiKey"
1310
Original file line number Diff line number Diff line change 1- import { useCallback } from "react"
2-
31import type { ProviderSettings } from "@roo-code/types"
42
53import { useAppTranslation } from "@src/i18n/TranslationContext"
64
7- import { inputEventTransform } from "../transforms"
85import { ApiKey } from "../ApiKey"
96
107type GroqProps = {
Original file line number Diff line number Diff line change 1- import { useCallback , useState } from "react"
2-
31import { type ProviderSettings , type OrganizationAllowList , requestyDefaultModelId } from "@roo-code/types"
42
53import type { RouterModels } from "@roo/api"
@@ -8,7 +6,6 @@ import { vscode } from "@src/utils/vscode"
86import { useAppTranslation } from "@src/i18n/TranslationContext"
97import { Button } from "@src/components/ui"
108
11- import { inputEventTransform } from "../transforms"
129import { ModelPicker } from "../ModelPicker"
1310import { RequestyBalanceDisplay } from "./RequestyBalanceDisplay"
1411import { ApiKey } from "../ApiKey"
Original file line number Diff line number Diff line change 1- import { useCallback , useState , useRef } from "react"
21import { useQueryClient } from "@tanstack/react-query"
32
43import { type ProviderSettings , type OrganizationAllowList , unboundDefaultModelId } from "@roo-code/types"
@@ -9,7 +8,6 @@ import { useAppTranslation } from "@src/i18n/TranslationContext"
98import { vscode } from "@src/utils/vscode"
109import { Button } from "@src/components/ui"
1110
12- import { inputEventTransform } from "../transforms"
1311import { ModelPicker } from "../ModelPicker"
1412import { ApiKey } from "../ApiKey"
1513
Original file line number Diff line number Diff line change 1- import { useCallback } from "react"
2-
31import type { ProviderSettings } from "@roo-code/types"
42
53import { useAppTranslation } from "@src/i18n/TranslationContext"
64
7- import { inputEventTransform } from "../transforms"
85import { ApiKey } from "../ApiKey"
96
107type XAIProps = {
You can’t perform that action at this time.
0 commit comments