Add the AI prompt and parsing improvements
Merge branch "development-ai" into development
This commit is contained in:
commit
4d20cdec8d
3 changed files with 11 additions and 10 deletions
|
@ -133,7 +133,6 @@ export default class gemini {
|
|||
if (Object.keys(RESPONSE).includes(`error`)) {
|
||||
throw new Error(RESPONSE[`error`]);
|
||||
} else {
|
||||
// this[`history`] = REQUEST[`contents`];
|
||||
this.response = RESPONSE;
|
||||
return RESPONSE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue