Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infomaniak/kchat-gpt-bot
https://github.com/infomaniak/kchat-gpt-bot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/infomaniak/kchat-gpt-bot
- Owner: Infomaniak
- License: gpl-3.0
- Created: 2023-03-06T07:31:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T13:39:16.000Z (3 months ago)
- Last Synced: 2024-11-07T09:52:00.215Z (about 2 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kchat-gpt-bot
The repository is an example on how to integrate OpenAI chat gpt inside your own kChat instance.
Edit the `config.py` file by providing your kChat username, team name and the bot token provided on the integrations/bots page on your kChat product.
```shell
git submodule update --init --recursive
pip install -r requirements.txt
OPENAI_API_KEY="sk-*" errbot
```