https://github.com/saintbyte/fusionbrain_api
fusionbrain.ai , Kandinsky
https://github.com/saintbyte/fusionbrain_api
Last synced: 4 months ago
JSON representation
fusionbrain.ai , Kandinsky
- Host: GitHub
- URL: https://github.com/saintbyte/fusionbrain_api
- Owner: saintbyte
- License: bsd-3-clause
- Created: 2024-08-21T16:49:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-12T02:28:44.000Z (over 1 year ago)
- Last Synced: 2025-01-12T03:24:55.536Z (over 1 year ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fusionbrain_api
fusionbrain.ai , Kandinsky
Библиотек для доступа к API https://fusionbrain.ai .
### Документация
Вот тут: https://pkg.go.dev/github.com/saintbyte/fusionbrain_api и смотрите примеры.
### Настройка
Надо получить API Key и засунуть его в переменные среды FUSIONBRAIN_SECRET_KEY и FUSIONBRAIN_API_KEY или
выставить свойства SecretKey и ApiKey обьекту класса Fusionbrain
### Примеры
См. директорию [examples/](Examples)