No description
- Java 100%
|
|
||
|---|---|---|
| .idea | ||
| gradle/wrapper | ||
| src/main/java/fr/ANTHONUSApps | ||
| .gitignore | ||
| build.gradle | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle | ||
Launch bot
- add a
.envfile in the same directory of your .jar - add this template, followed by the api keys / discord bot token :
# Discord token
DISCORD_TOKEN=
# Models API keys
gemini=
gpt=
- launch the .jar inside a cmd with the command :
java -jar JChatBot-VERSION.jar argswith the arguments from the following :- gemini
- gpt
Dependencies
To run and build this project, you'll need JDK17.