deepseek

package
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BalanceInfo

type BalanceInfo struct {
	Currency     string `json:"currency"`
	TotalBalance string `json:"total_balance"`
}

type DeepseekProvider

type DeepseekProvider struct {
	openai.OpenAIProvider
}

func (*DeepseekProvider) Balance

func (p *DeepseekProvider) Balance() (float64, error)

type DeepseekProviderFactory

type DeepseekProviderFactory struct{}

func (DeepseekProviderFactory) Create

创建 DeepseekProvider

type Response

type Response struct {
	IsAvailable bool           `json:"is_available"`
	BalanceInfo []*BalanceInfo `json:"balance_infos"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL