MCPcopy Create free account
hub / github.com/TanStack/ai / isOpenAIChatModel

Function isOpenAIChatModel

examples/ts-react-native-chat/src/server/app.ts:91–93  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

89Keep titles, summaries, steps, tips, and warnings concise.`
90
91function isOpenAIChatModel(value: string): value is OpenAIChatModel {
92 return OPENAI_CHAT_MODEL_NAMES.has(value)
93}
94
95function getOpenAIModel(): OpenAIChatModel {
96 const configuredModel = process.env.OPENAI_MODEL ?? DEFAULT_OPENAI_MODEL

Callers 1

getOpenAIModelFunction · 0.85

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected