René's URL Explorer Experiment


Title: vsegpt package - github.com/saintbyte/vsegpt_api - Go Packages

direct link

Domain: pkg.go.dev

NoneIE=edge

Links:

https://go.dev/
Skip to Main Content https://pkg.go.dev/github.com/saintbyte/vsegpt_api#main-content
Why Go https://pkg.go.dev/github.com/saintbyte/vsegpt_api
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/saintbyte/vsegpt_api
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/saintbyte/vsegpt_api
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
https://go.dev/
Why Go https://pkg.go.dev/github.com/saintbyte/vsegpt_api
Why Go https://pkg.go.dev/github.com/saintbyte/vsegpt_api
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/saintbyte/vsegpt_api
Docs https://pkg.go.dev/github.com/saintbyte/vsegpt_api
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/saintbyte/vsegpt_api
Community https://pkg.go.dev/github.com/saintbyte/vsegpt_api
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
Discover Packageshttps://pkg.go.dev/
github.com/saintbyte/vsegpt_api https://pkg.go.dev/github.com/saintbyte/vsegpt_api@v0.0.0-20241009183247-30ea33ce33cc
https://go.dev/
Version: v0.0.0-...-30ea33c https://pkg.go.dev/github.com/saintbyte/vsegpt_api?tab=versions
Go to latest https://pkg.go.dev/github.com/saintbyte/vsegpt_api
BSD-3-Clausehttps://pkg.go.dev/github.com/saintbyte/vsegpt_api?tab=licenses
Imports: 8 https://pkg.go.dev/github.com/saintbyte/vsegpt_api?tab=imports
Imported by: 0 https://pkg.go.dev/github.com/saintbyte/vsegpt_api?tab=importedby
go.modhttps://github.com/saintbyte/vsegpt_api/tree/30ea33ce33cc/go.mod
Learn more about best practiceshttps://pkg.go.dev/about#best-practices
github.com/saintbyte/vsegpt_api https://github.com/saintbyte/vsegpt_api
Open Source Insights https://deps.dev/go/github.com%2Fsaintbyte%2Fvsegpt_api/v0.0.0-20241009183247-30ea33ce33cc
README https://pkg.go.dev/github.com/saintbyte/vsegpt_api#section-readme
Установка https://pkg.go.dev/github.com/saintbyte/vsegpt_api#readme-heading
Использование https://pkg.go.dev/github.com/saintbyte/vsegpt_api#readme-heading-1
Пример https://pkg.go.dev/github.com/saintbyte/vsegpt_api#readme-heading-2
Documentation https://pkg.go.dev/github.com/saintbyte/vsegpt_api#section-documentation
Index https://pkg.go.dev/github.com/saintbyte/vsegpt_api#pkg-index
Constants https://pkg.go.dev/github.com/saintbyte/vsegpt_api#pkg-constants
Variables https://pkg.go.dev/github.com/saintbyte/vsegpt_api#pkg-variables
Functions https://pkg.go.dev/github.com/saintbyte/vsegpt_api#pkg-functions
Types https://pkg.go.dev/github.com/saintbyte/vsegpt_api#pkg-types
type ChatCompletionRequest https://pkg.go.dev/github.com/saintbyte/vsegpt_api#ChatCompletionRequest
type ChatCompletionResponse https://pkg.go.dev/github.com/saintbyte/vsegpt_api#ChatCompletionResponse
type ChoicesResponse https://pkg.go.dev/github.com/saintbyte/vsegpt_api#ChoicesResponse
type EmbeddingsRequest https://pkg.go.dev/github.com/saintbyte/vsegpt_api#EmbeddingsRequest
type EmbeddingsResponse https://pkg.go.dev/github.com/saintbyte/vsegpt_api#EmbeddingsResponse
type MessageRequest https://pkg.go.dev/github.com/saintbyte/vsegpt_api#MessageRequest
type MessageResponse https://pkg.go.dev/github.com/saintbyte/vsegpt_api#MessageResponse
type ModelItem https://pkg.go.dev/github.com/saintbyte/vsegpt_api#ModelItem
type ModelPricing https://pkg.go.dev/github.com/saintbyte/vsegpt_api#ModelPricing
type ModelsResponse https://pkg.go.dev/github.com/saintbyte/vsegpt_api#ModelsResponse
type Usage https://pkg.go.dev/github.com/saintbyte/vsegpt_api#Usage
type VseGpt https://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt
NewVseGpt() https://pkg.go.dev/github.com/saintbyte/vsegpt_api#NewVseGpt
(v) Ask(question) https://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt.Ask
(v) ChatCompletion(messages) https://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt.ChatCompletion
(v) Embeddings(input) https://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt.Embeddings
(v) GetModels() https://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt.GetModels
Source Files https://pkg.go.dev/github.com/saintbyte/vsegpt_api#section-sourcefiles
Directories https://pkg.go.dev/github.com/saintbyte/vsegpt_api#section-directories
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#section-readme
https://pkg.go.dev/github.com/saintbyte/vsegpt_apihttps://pkg.go.dev/github.com/saintbyte/vsegpt_api
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#section-documentation
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#pkg-index
Constantshttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#pkg-constants
type ChatCompletionRequesthttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#ChatCompletionRequest
type ChatCompletionResponsehttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#ChatCompletionResponse
type ChoicesResponsehttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#ChoicesResponse
type EmbeddingsRequesthttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#EmbeddingsRequest
type EmbeddingsResponsehttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#EmbeddingsResponse
type MessageRequesthttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#MessageRequest
type MessageResponsehttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#MessageResponse
type ModelItemhttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#ModelItem
type ModelPricinghttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#ModelPricing
type ModelsResponsehttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#ModelsResponse
type Usagehttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#Usage
type VseGpthttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt
func NewVseGpt() *VseGpthttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#NewVseGpt
func (v *VseGpt) Ask(question string) (string, error)https://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt.Ask
func (v *VseGpt) ChatCompletion(messages []MessageRequest) (string, error)https://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt.ChatCompletion
func (v *VseGpt) Embeddings(input string) ([]float64, error)https://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt.Embeddings
func (v *VseGpt) GetModels() ([]ModelItem, error)https://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt.GetModels
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#pkg-constants
View Sourcehttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/constants.go#L3
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#pkg-variables
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#pkg-functions
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#pkg-types
ChatCompletionRequesthttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/structures.go#L51
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#ChatCompletionRequest
stringhttps://pkg.go.dev/builtin#string
MessageRequesthttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#MessageRequest
boolhttps://pkg.go.dev/builtin#bool
float32https://pkg.go.dev/builtin#float32
float32https://pkg.go.dev/builtin#float32
inthttps://pkg.go.dev/builtin#int
float32https://pkg.go.dev/builtin#float32
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
ChatCompletionResponsehttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/structures.go#L64
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#ChatCompletionResponse
ChoicesResponsehttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#ChoicesResponse
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
Usagehttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#Usage
stringhttps://pkg.go.dev/builtin#string
ChoicesResponsehttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/structures.go#L44
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#ChoicesResponse
MessageRequesthttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#MessageRequest
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
EmbeddingsRequesthttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/structures.go#L73
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#EmbeddingsRequest
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
EmbeddingsResponsehttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/structures.go#L80
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#EmbeddingsResponse
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
inthttps://pkg.go.dev/builtin#int
float64https://pkg.go.dev/builtin#float64
stringhttps://pkg.go.dev/builtin#string
Usagehttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#Usage
MessageRequesthttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/structures.go#L24
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#MessageRequest
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
MessageResponsehttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/structures.go#L37
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#MessageResponse
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
ModelItemhttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/structures.go#L10
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#ModelItem
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
ModelPricinghttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#ModelPricing
stringhttps://pkg.go.dev/builtin#string
ModelPricinghttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/structures.go#L4
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#ModelPricing
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
ModelsResponsehttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/structures.go#L18
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#ModelsResponse
stringhttps://pkg.go.dev/builtin#string
ModelItemhttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#ModelItem
Usagehttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/structures.go#L30
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#Usage
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
VseGpthttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/vsegpt.go#L20
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
float32https://pkg.go.dev/builtin#float32
inthttps://pkg.go.dev/builtin#int
float32https://pkg.go.dev/builtin#float32
NewVseGpthttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/vsegpt.go#L33
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#NewVseGpt
VseGpthttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt
Askhttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/vsegpt.go#L177
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt.Ask
VseGpthttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
ChatCompletionhttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/vsegpt.go#L144
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt.ChatCompletion
VseGpthttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt
MessageRequesthttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#MessageRequest
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Embeddingshttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/vsegpt.go#L112
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt.Embeddings
VseGpthttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt
stringhttps://pkg.go.dev/builtin#string
float64https://pkg.go.dev/builtin#float64
errorhttps://pkg.go.dev/builtin#error
GetModelshttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/vsegpt.go#L87
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt.GetModels
VseGpthttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#VseGpt
ModelItemhttps://pkg.go.dev/github.com/saintbyte/vsegpt_api#ModelItem
errorhttps://pkg.go.dev/builtin#error
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#section-sourcefiles
View all Source fileshttps://github.com/saintbyte/vsegpt_api/tree/30ea33ce33cc
constants.gohttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/constants.go
structures.gohttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/structures.go
vsegpt.gohttps://github.com/saintbyte/vsegpt_api/blob/30ea33ce33cc/vsegpt.go
https://pkg.go.dev/github.com/saintbyte/vsegpt_api#section-directories
askhttps://pkg.go.dev/github.com/saintbyte/vsegpt_api@v0.0.0-20241009183247-30ea33ce33cc/examples/ask
modelshttps://pkg.go.dev/github.com/saintbyte/vsegpt_api@v0.0.0-20241009183247-30ea33ce33cc/examples/models
Why Go https://go.dev/solutions
Use Cases https://go.dev/solutions#use-cases
Case Studies https://go.dev/solutions#case-studies
Get Started https://learn.go.dev/
Playground https://play.golang.org
Tour https://tour.golang.org
Stack Overflow https://stackoverflow.com/questions/tagged/go?tab=Newest
Help https://go.dev/help
Packages https://pkg.go.dev
Standard Library https://pkg.go.dev/std
Sub-repositories https://pkg.go.dev/golang.org/x
About Go Packages https://pkg.go.dev/about
About https://go.dev/project
Downloadhttps://go.dev/dl/
Bloghttps://go.dev/blog
Issue Tracker https://github.com/golang/go/issues
Release Notes https://go.dev/doc/devel/release.html
Brand Guidelines https://go.dev/brand
Code of Conduct https://go.dev/conduct
Connect https://www.twitter.com/golang
Twitter https://www.twitter.com/golang
GitHubhttps://github.com/golang
Slack https://invite.slack.golangbridge.org/
r/golang https://reddit.com/r/golang
Meetup https://www.meetup.com/pro/go
Golang Weekly https://golangweekly.com/
Copyrighthttps://go.dev/copyright
Terms of Servicehttps://go.dev/tos
Privacy Policy http://www.google.com/intl/en/policies/privacy/
Report an Issue https://go.dev/s/pkgsite-feedback
https://google.com
Learn more.https://policies.google.com/technologies/cookies

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.