flashvayne / chatgpt-spring-boot-starter

a chatgpt starter based on Openai Official Apis.
MIT License
222 stars 55 forks source link

对话保留上下文吗? #5

Closed reinershir closed 1 year ago

reinershir commented 1 year ago

实现方式是每次都将之前的圣诞内容传过去吗?

flashvayne commented 1 year ago

I don't think the conversation is associated with previous conversations currently.

flashvayne commented 1 year ago

This is supported in the new version v1.0.2. You can take a series of messages (including the conversation history) as input, and it will return a response message as output.