MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / isOpenAICompatibleModel

Function isOpenAICompatibleModel

api/client.go:71–73  ·  view source on GitHub ↗
(model string)

Source from the content-addressed store, hash-verified

69type CompleteOptions struct {
70 MaxTokens int
71 Tools []map[string]any
72 Temperature *float64
73}
74
75type StructuredCompletionOptions struct {
76 MaxTokens int

Callers 1

useOpenAICompatibleFunction · 0.85

Calls 2

isDeepSeekModelFunction · 0.85
isOpenAIModelFunction · 0.85

Tested by

no test coverage detected