АДРЕСНЫЙ РЕЖИМ - локальная подель на декомпозе
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { ConnectionState, PromptState, QueryState } from "./types";
|
||||
|
||||
export const DEFAULT_CONNECTION: ConnectionState = {
|
||||
llmProvider: "openai",
|
||||
apiKey: "",
|
||||
model: "gpt-4o-mini",
|
||||
baseUrl: "https://api.openai.com/v1",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export type TabKey = "normalized" | "fragments" | "scope" | "flags" | "route" | "raw" | "validation" | "logs";
|
||||
|
||||
export interface ConnectionState {
|
||||
llmProvider: "openai" | "local";
|
||||
apiKey: string;
|
||||
model: string;
|
||||
baseUrl: string;
|
||||
|
||||
Reference in New Issue
Block a user