MCPcopy
hub / github.com/the-open-agent/openagent / BaiduCloudModelProvider

Struct BaiduCloudModelProvider

model/baiducloud.go:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type BaiduCloudModelProvider struct {
25 subType string
26 apiKey string
27 temperature float32
28 topP float32
29}
30
31func NewBaiduCloudModelProvider(subType string, apiKey string, temperature float32, topP float32) (*BaiduCloudModelProvider, error) {
32 return &BaiduCloudModelProvider{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected