MinecraftGPT - ChatGPT OpenAI v1.4.0

Talk to ChatGPT directly from minecraft

ohAlee

Premium
Feedback score
0
Posts
28
Reactions
10
Resources
10
Talk to ChatGPT directly from minecraft
 
Type
Offering
Exclusivity
  1. Non-exclusive
Server software
  1. Bukkit
  2. Spigot
  3. Paper
Supported versions
  1. 1.16
  2. 1.17
  3. 1.18
  4. 1.19

Hoknee

Minecraft Server Owner
Premium
Feedback score
5
Posts
156
Reactions
36
Resources
0
You sir are going places with this one....
 

ohAlee

Premium
Feedback score
0
Posts
28
Reactions
10
Resources
10
ohAlee updated MinecraftGPT - ChatGPT OpenAI with a new update entry:

gpt-3.5-turbo & Chat Priority

Update your config.yml adding:

YAML:
# Change this to change the priority of the chat listener (useful if you have other plugins that modify chat)
# Don't change this unless you know what you're doing
# Listeners are called in following order: LOWEST -> LOW -> NORMAL -> HIGH -> HIGHEST -> MONITOR
chat-priority: HIGH

"gpt-3.5-turbo" model:

YAML:
chatgpt:
  # https://platform.openai.com/docs/models/
  model: "gpt-3.5-turbo"
  temperature: 0.9
  max-tokens: 150...

Read the rest of this update entry...
 

kwasnyyySzefito

Feedback score
0
Posts
1
Reactions
0
Resources
0
Hi after entering a query, in the console I get such an error and GPT does not work, what's the problem?
logs:



[20:46:19 WARN]: java.util.concurrent.CompletionException: java.lang.RuntimeException: java.util.concurrent.CompletionException: com.theokanning.openai.OpenAiHttpException: You exceeded your current quota, please check your plan and billing details.
[20:46:19 WARN]: at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
[20:46:19 WARN]: at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
[20:46:19 WARN]: at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:994)
[20:46:19 WARN]: at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:974)
[20:46:19 WARN]: at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
[20:46:19 WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773)
[20:46:19 WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[20:46:19 WARN]: Caused by: java.lang.RuntimeException: java.util.concurrent.CompletionException: com.theokanning.openai.OpenAiHttpException: You exceeded your current quota, please check your plan and billing details.
[20:46:19 WARN]: at MinecraftGPT-1.2.6.jar//it.ohalee.minecraftgpt.OpenAI.lambda$getResponse$2(OpenAI.java:67)
[20:46:19 WARN]: at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:990)
[20:46:19 WARN]: ... 4 more
[20:46:19 WARN]: Caused by: java.util.concurrent.CompletionException: com.theokanning.openai.OpenAiHttpException: You exceeded your current quota, please check your plan and billing details.
[20:46:19 WARN]: at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
[20:46:19 WARN]: at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
[20:46:19 WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770)
[20:46:19 WARN]: ... 1 more
[20:46:19 WARN]: Caused by: com.theokanning.openai.OpenAiHttpException: You exceeded your current quota, please check your plan and billing details.
[20:46:19 WARN]: at MinecraftGPT-1.2.6.jar//com.theokanning.openai.service.OpenAiService.execute(OpenAiService.java:269)
[20:46:19 WARN]: at MinecraftGPT-1.2.6.jar//com.theokanning.openai.service.OpenAiService.createCompletion(OpenAiService.java:119)
[20:46:19 WARN]: at MinecraftGPT-1.2.6.jar//it.ohalee.minecraftgpt.OpenAI.lambda$getResponse$1(OpenAI.java:45)
[20:46:19 WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
[20:46:19 WARN]: ... 1 more
[20:46:19 WARN]: Caused by: retrofit2.adapter.rxjava2.HttpException: HTTP 429
[20:46:19 WARN]: at MinecraftGPT-1.2.6.jar//retrofit2.adapter.rxjava2.BodyObservable$BodyObserver.onNext(BodyObservable.java:57)
[20:46:19 WARN]: at MinecraftGPT-1.2.6.jar//retrofit2.adapter.rxjava2.BodyObservable$BodyObserver.onNext(BodyObservable.java:38)
[20:46:19 WARN]: at MinecraftGPT-1.2.6.jar//retrofit2.adapter.rxjava2.CallExecuteObservable.subscribeActual(CallExecuteObservable.java:48)
[20:46:19 WARN]: at MinecraftGPT-1.2.6.jar//io.reactivex.Observable.subscribe(Observable.java:10151)
[20:46:19 WARN]: at MinecraftGPT-1.2.6.jar//retrofit2.adapter.rxjava2.BodyObservable.subscribeActual(BodyObservable.java:35)
[20:46:19 WARN]: at MinecraftGPT-1.2.6.jar//io.reactivex.Observable.subscribe(Observable.java:10151)
[20:46:19 WARN]: at MinecraftGPT-1.2.6.jar//io.reactivex.internal.operators.observable.ObservableSingleSingle.subscribeActual(ObservableSingleSingle.java:35)
[20:46:19 WARN]: at MinecraftGPT-1.2.6.jar//io.reactivex.Single.subscribe(Single.java:2517)
[20:46:19 WARN]: at MinecraftGPT-1.2.6.jar//io.reactivex.Single.blockingGet(Single.java:2001)
[20:46:19 WARN]: at MinecraftGPT-1.2.6.jar//com.theokanning.openai.service.OpenAiService.execute(OpenAiService.java:260)
[20:46:19 WARN]: ... 4 more
 
EULA: Standard EULA
3,584 Views
134 Downloads
Feb 28, 2023 Published
Oct 12, 2024 Updated
5.00 star(s)
Average rating (1)
13.6 MB File size
Type
  1. Staff
  1. Chat
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
Supported versions
  1. 1.16
  1. 1.17
  1. 1.18
  1. 1.19
Creator
Owner
Recommended for you
Create a fully automated easy tournament with teams! With online live-updated bracket.
5.00 star(s) 2 ratings
43 purchases
Not yet rated
19 purchases
Control every single action performed across the entire network (+Web Panel)
Not yet rated
8 purchases
Create a guild with all players, manage roles and set tags
Not yet rated
9 purchases
5.00 star(s) 1 ratings
7 purchases
3,584 Views
134 Downloads
Feb 28, 2023 Published
Oct 12, 2024 Updated
5.00 star(s)
Average rating (1)
13.6 MB File size
Type
  1. Staff
  1. Chat
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
Supported versions
  1. 1.16
  1. 1.17
  1. 1.18
  1. 1.19
Creator
Owner
Recommended for you
Create a fully automated easy tournament with teams! With online live-updated bracket.
5.00 star(s) 2 ratings
43 purchases
Not yet rated
19 purchases
Control every single action performed across the entire network (+Web Panel)
Not yet rated
8 purchases
Create a guild with all players, manage roles and set tags
Not yet rated
9 purchases
5.00 star(s) 1 ratings
7 purchases
Top