|
1e57aaaeee
|
misc: Disable preview-feature
ci/woodpecker/push/java/1 Pipeline was successful
ci/woodpecker/push/java/2 Pipeline was successful
ci/woodpecker/push/java/3 Pipeline was successful
ci/woodpecker/push/java/4 Pipeline was successful
ci/woodpecker/push/nodejs Pipeline was successful
ci/woodpecker/push/oci-image-build/1 Pipeline was successful
ci/woodpecker/push/oci-image-build/2 Pipeline was successful
ci/woodpecker/push/oci-image-build/3 Pipeline was successful
ci/woodpecker/push/oci-image-build/4 Pipeline was successful
ci/woodpecker/push/oci-image-build/5 Pipeline was successful
ci/woodpecker/push/oci-image-build/6 Pipeline was successful
ci/woodpecker/push/oci-image-build/7 Pipeline was successful
ci/woodpecker/push/oci-image-build/8 Pipeline was successful
There is no need for the preview feature after the upgrade to JDK 21
to access virtual threads :)
|
2023-12-08 20:27:03 +01:00 |
|
|
95cb36d6ed
|
Change command event logging to debug level
Reduce the log output in info mode.
|
2023-06-16 17:12:56 +02:00 |
|
|
2afe46f888
|
Add tokens slash command support on DMs
|
2023-06-16 17:09:35 +02:00 |
|
|
1beb7bea27
|
Change DMs to send as normal message and not as reply
This should give a better read experience.
|
2023-06-16 14:14:16 +02:00 |
|
|
c66f31948a
|
Add support for the 16k context model for DMs
|
2023-06-16 14:00:02 +02:00 |
|
|
ce61216dd6
|
Simplify checking of the OpenAI response
|
2023-06-11 22:05:03 +02:00 |
|
|
4b60f59956
|
Add support to use chat hitory for context in private chats
|
2023-05-21 20:03:34 +02:00 |
|
|
9243b410ab
|
Increase timeout for OpenAI API to 5 minutes
The API is very slow lately...
|
2023-05-21 19:05:33 +02:00 |
|
|
6d537db12e
|
Move dependency version management from module to parent pom
This should simplify updating dependencies and reduce dependency
resolution overhead.
|
2023-05-21 19:04:20 +02:00 |
|
|
d160f01b52
|
Intorduce HikariCP for JDBC connection pooling
|
2023-05-21 18:48:45 +02:00 |
|
|
f5e40e324d
|
Fix to reply if no response was provided
|
2023-05-20 20:37:10 +02:00 |
|
|
5459cf1dd1
|
Refactor exception handling while handling events
|
2023-05-20 20:34:46 +02:00 |
|
|
3641b01162
|
Refactor unnecessary assignments
|
2023-05-20 20:28:31 +02:00 |
|
|
f457c23301
|
Increase OpenAI API timeout to 90 seconds
30 was to low.
|
2023-05-20 20:23:28 +02:00 |
|
|
b8b83baa72
|
Move into multi module project structure
Javalin and Javacord crash if running on same JVM but on different
threads for some reasons. This is should fix it :D
|
2023-05-16 01:50:56 +02:00 |
|