Skip to content

Commit

Permalink
fix (at e31d69a)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Oct 22, 2023
1 parent d606e6a commit 71b2a98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/conversation/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export class Manager {
}

public async send(t: any, auth: boolean, props: ChatProps): Promise<boolean> {
props.model = supportModelConvertor[props.model.trim()];
const id = this.getCurrent();
if (!this.conversations[id]) return false;
console.debug(
Expand Down

0 comments on commit 71b2a98

Please sign in to comment.