# chat-gpt3 **Repository Path**: hejun-fork/chat ## Basic Information - **Project Name**: chat-gpt3 - **Description**: java连接chatGPT3 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2023-03-31 - **Last Updated**: 2023-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chat-gpt3 #### 介绍 使用java连接chatGPT [api介绍](https://platform.openai.com/docs/api-reference/introduction) [Community libraries](https://platform.openai.com/docs/libraries/community-libraries) [openai-java](https://github.com/TheoKanning/openai-java) #### 使用说明 1. 所有配置字段在`application.yml` 文件中。 2. `/open-ai/ask`接口字段说明: headers(请求头): - content-type 请求类型为 `application/json` body(请求体): - q 问题,字符串类型。必填 - isContinue 是否继续提问,布尔类型。非必填。