JavaGPT 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
JavaGPT 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
JavaGPT 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 未知
开发语言 Java
操作系统 跨平台
软件类型 开源软件
开源组织
地区 不详
投 递 者 白开水不加糖
适用人群 未知
收录时间 2023-04-27

软件简介

JavaGPT 是一个调用 ChatGPT API 接口的 Java GUI。

特性:

  • 聊天流
    • 就像网站一样,响应会实时生成
    • 你可以在响应进行时终止响应
  • 聊天记录
    • 查看以前的聊天记录并与之互动
    • 将聊天记录保存为 .json,便于外部修改和查看
    • 可通过“加载聊天”按钮访问

 

  • 聊天标题
    • 自动生成标题,例如 ChatGPT 网站
    • 可手动命名聊天
  • 恢复聊天
    • 能够取消之前的聊天提示和回复
    • 你可以多次恢复
  • HTML 查看器
    • 以 HTML 格式查看你的聊天内容
    • 支持 Markdown 语言语法

 

  • 导入预制提示
  • 将聊天记录保存到文件
  • 支持 ChatGPT 4 和 3.5 模型
  • 跨平台

配置示例

apikey=ENTER_CHAT_GPT_API_KEY_HERE
model=gpt-3.5-turbo		#Model used for ChatGPT Client (Supported Models: gpt-4, gpt-3.5-turbo, etc) > All supported models here "https://platform.openai.com/docs/models/gpt-3-5"
maxTokens=1024			#Max ammount of tokens allowed per ChatGPT API request
timeout=30			#Adjust allowed wait time for prompt response from ChatGPT API
autosave=true			#Adjust wether chats will save automatically (Necessary for chat history to work properly)
autotitle=true			#Adjusts wether new chats will automatically generate file name titles based on the context of the chat
autoscroll=true			#Adjusts wether chat will scroll as new text is added
EnterToSubmit=true		#Adjusts wether the Enter key should be used to submit or to create new lines
chat_location_override=		#Overrides default "chat_history" folder path (Original path is set to the location of the jar file on runtime)
WindowSize=			#Adjusts JFrame (Window) size. Options: small,medium,large (Set to "medium" by default)
Theme=dark			#Themes JFrame (Window) to set config. Options: dark,light

要求

  • Java 8 或更高版本
展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击加入讨论🔥(1) 发布并加入讨论🔥
暂无内容
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
1 评论
8 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部