-
-
Notifications
You must be signed in to change notification settings - Fork 100
ChatGPT Intialization #810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…cate with API. Include bare bones ChatGPTCommand for future testing of integration.
…e Duration time out and maximum token amount to of ChatGPTService.
Update to pass Code Smell of not having package-info.java.
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTService.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTService.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTService.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTService.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/config/Config.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/Features.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTService.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/Features.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/config/Config.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTService.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTService.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTService.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTService.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGPTService.java
Outdated
Show resolved
Hide resolved
… text. Variable name fixes throughout files.
I am getting a weird error now and I am not sure what the issue is: |
Yup, because the key was leaked, it triggered automatic key rotation. No worries though, we can pin it on discord or something similar. |
Kudos, SonarCloud Quality Gate passed! |
lets gooo |
Some bare bone implementation of ChatGPT. The main class is the
ChatGPTService
Class which allows for interaction with the AI. Right now all it can do is accept a question viaask(String prompt)
.ChatGPTCommand
allows for asking the AI in a simple manner through /chatgpt prompt:___ .Release
Added config entry: