mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-02 18:12:37 +08:00
update bard client
This commit is contained in:
@@ -129,7 +129,7 @@ export default class Bard {
|
||||
conversation.r = parsedResponse.r
|
||||
conversation.rc = parsedResponse.rc
|
||||
const conversationObj = { c: conversation.c, r: conversation.r, rc: conversation.rc }
|
||||
return { answer: parsedResponse.responses[0], conversationObj: conversationObj }
|
||||
return { answer: parsedResponse.responses[3], conversationObj: conversationObj }
|
||||
} catch (e) {
|
||||
throw e
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user