https://github.com/saintbyte/vsegpt_api
https://github.com/saintbyte/vsegpt_api
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saintbyte/vsegpt_api
- Owner: saintbyte
- License: bsd-3-clause
- Created: 2024-08-18T19:11:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-20T11:55:04.000Z (over 1 year ago)
- Last Synced: 2024-08-20T21:05:43.131Z (over 1 year ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VseGPT Api
Простой доступ к API VseGPT.ru для Golang.
### Установка
```
go get github.com/saintbyte/vsegpt_api
```
### Использование
```
vsegpt "github.com/saintbyte/vsegpt_api"
```
По умолчанию API_KEY для доступа к API храниться в переменной среды VSEGPT_API_KEY
И подробнее о функциях: https://pkg.go.dev/github.com/saintbyte/vsegpt_api
### Пример
см. в директории examples