MCPcopy Index your code
hub / github.com/sqlchat/sqlchat / OpenAIApiConfig

Interface OpenAIApiConfig

src/types/setting.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export type Theme = "light" | "dark" | "system";
4
5export interface OpenAIApiConfig {
6 key: string;
7 endpoint: string;
8 model: string;
9}
10
11export interface Setting {
12 locale: Locale;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected