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

Function isOpenAIModel

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

Source from the content-addressed store, hash-verified

59}
60
61type LLMRequestOptions struct {
62 AnthropicCacheEdits []CacheEdit `json:"anthropic_cache_edits,omitempty"`
63 MaxTokens int `json:"-"`
64 RequiredTool string `json:"-"`
65 DisableThinking bool `json:"-"`
66 Temperature *float64 `json:"-"`
67}
68
69type CompleteOptions struct {
70 MaxTokens int
71 Tools []map[string]any
72 Temperature *float64

Callers 1

isOpenAICompatibleModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected