Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangsx committed Sep 4, 2024
1 parent 46a47e4 commit f943d72
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions model/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ import { TakeOff } from './takeoff';
import { Navit } from './navit';
import { ClaudeAPI } from './claudeapi';
import { Stack } from './stack';
import { PoeAuto } from './poeauto';
import { TD } from './td';
import { PoeVIP } from './poevip';
import { Izea } from './izea';
import { Askx } from './askx';
import { OpenSess } from './opensess';
Expand Down Expand Up @@ -120,8 +118,6 @@ export class ChatModelFactory {
// this.modelMap.set(Site.Xun, new Xun({ name: Site.Xun }));
// this.modelMap.set(Site.VVM, new VVM({ name: Site.VVM }));
// this.modelMap.set(Site.Poef, new Poef({ name: Site.Poef }));
this.modelMap.set(Site.PoeAuto, new PoeAuto({ name: Site.PoeAuto }));
this.modelMap.set(Site.PoeVIP, new PoeVIP({ name: Site.PoeVIP }));
this.modelMap.set(
Site.MerlinGmail,
new MerlinGmail({ name: Site.MerlinGmail }),
Expand Down

0 comments on commit f943d72

Please sign in to comment.