xfyun

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	AppId       string `json:"appid"`
	Key         string `json:"key"`
	Secret      string `json:"secret"`
	OriginalURL string `json:"original_url"`
	BaseURL     string `json:"base_url"`
	Path        string `json:"path"`
	ProxyURL    string `json:"proxy_url"`
	Domain      string `json:"domain"`
}

func NewClient

func NewClient(ctx context.Context, model, key, baseURL, path string, proxyURL ...string) *Client

func (*Client) ChatCompletion

func (c *Client) ChatCompletion(ctx context.Context, request model.ChatCompletionRequest) (res model.ChatCompletionResponse, err error)

func (*Client) ChatCompletionStream

func (c *Client) ChatCompletionStream(ctx context.Context, request model.ChatCompletionRequest) (responseChan chan *model.ChatCompletionResponse, err error)

func (*Client) Image

func (c *Client) Image(ctx context.Context, request model.ImageRequest) (res model.ImageResponse, err error)

Jump to

Keyboard shortcuts

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