Skip to content

Releases: CyniaAI/BukkitGPT-v3

1.0.0

12 Feb 08:56
Compare
Choose a tag to compare

What's Changed

  • BREAKING: Now you can edit exist plugins by importing JAR file
  • Added support for DeepSeek R1 models by detecting reasoning tokens
  • Updated console.py by @KennySB-dev in #10
  • Added support for OpenRouter referencer;
  • Fixed historically incorrect terminology in README and code documentation, replacing "ChatGPT"/"GPT" with "LLM" to generalize model references;
  • Changed the default model provider in config.yaml to OpenRouter.ai, with the default model updated to deepseek/deepseek-r1:free;
  • Removed recommended tips and forced fallbacks for deprecated models (e.g., gpt-4-turbo). We recommend using DeepSeek R1, OpenAI o1/o3-mini, or Gemini 2.0 Flash Thinking Exp 0121 instead;
  • Improved error handling for APIConnectionError, AuthenticationError, and OpenRouter's Rate Limited, with clearer guidance prompts;
  • Added special handling for o1-preview (system prompts are unsupported in preview versions; strongly recommend using o1 instead of o1-preview);
  • Deprecated the disable_json_mode parameter in core.askgpt;
  • Logger now outputs to both log files and the console.

New Contributors

Full Changelog: Beta-1.3...1.0.0

Beta 1.3: Prompt Improvements

10 Nov 06:28
af7f4b9
Compare
Choose a tag to compare

Beta 1.2

06 Sep 13:24
d0c264d
Compare
Choose a tag to compare

What's Changed

Full Changelog: Beta-1.1...Beta-1.2

Beta 1.1

15 Jun 13:38
fcbb77c
Compare
Choose a tag to compare

What's Changed

Full Changelog: Beta-1.0...Beta-1.1

Beta 1.0

10 Jun 13:41
dee4849
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/CubeGPT/BukkitGPT-v3/commits/Beta-1.0