Documentation ¶
Index ¶
Constants ¶
View Source
const ChatMessageRoleSystem = "system"
Variables ¶
This section is empty.
Functions ¶
func GenGeminiClient ¶
Types ¶
type ProxyRoundTripper ¶
type ProxyRoundTripper struct { // APIKey is the API Key to set on requests. APIKey string // Transport is the underlying HTTP transport. // If nil, http.DefaultTransport is used. Transport http.RoundTripper ProxyURL string }
Click to show internal directories.
Click to hide internal directories.