Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
feat(Bing): add copilot persona
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Weiss committed Jan 18, 2024
1 parent 6ed889f commit 5f8bb27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/BingAIClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,9 @@ export default class BingAIClient {
case 'fitness_trainer':
personaString = 'flux_fitness_helper_v14';
break;
case 'copilot':
personaString = 'fluxcopilot';
break;
default:
personaString = '';
}
Expand Down

0 comments on commit 5f8bb27

Please sign in to comment.