Skip to content

Commit

Permalink
Update syncList.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 23, 2024
1 parent 9240af2 commit 0113424
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/syncList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ const PluginList: PluginItem[] = [
path: 'speak',
tags: ['education','language'],
},
{
manifest: 'https://openai.tapapis.com/.well-known/ai-plugin.json',
path: 'game-sight',
tags: ['game','search'],
},
];

export default PluginList;

0 comments on commit 0113424

Please sign in to comment.