Implementation of an OpenAI ChatGPT-based chatbot for DEC112
- Project description: https://trustchain.ngi.eu/im4dec/
Use the following environment variables to configure the chatbot:
CHAT_LANG
= en | de (default: "de")DEFAULT_CALLTYPE
= ambulance | fire | police (default: "ambulance")OAI_ACCESS_TOKEN
- OpenAI access tokenOAI_MODEL
gpt-3.5-turbo | gpt-4 (default: "gpt-3.5-turbo")OAI_SYSTEM
- text file in configure/textblocks that provides configuration/context for chatbot (default: "OAI_system_default.txt")WS_ENDPOINT
- websocket endpoint
Please report bugs and suggestions for new features using the GitHub Issue-Tracker and follow the Contributor Guidelines.
If you want to contribute, please follow these steps:
- Fork it!
- Create a feature branch:
git checkout -b my-new-feature
- Commit changes:
git commit -am 'Add some feature'
- Push into branch:
git push origin my-new-feature
- Send a Pull Request
This project has received funding from the European Union’s Horizon 2020 research and innovation program through the NGI TRUSTCHAIN program under cascade funding agreement No 101093274.