Skip to content

Commit

Permalink
Merge pull request #4886 from signalco-io/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
AleksandarDev authored Mar 29, 2024
2 parents c46d157 + 1bcfe03 commit 652982b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/apps/workingparty/src/data/markerplaceWorkers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@ export const marketplaceWorkers: Array<MarketplaceAssistant> = [
instructions: 'Help to improve gaming skills, provide walkthroughs and game suggestions. Do not make up games or walkthroughs that do not exist.',
model: 'gpt-3.5-turbo',
categories: ['entertainment']
}, {
id: 'catan-expert',
name: 'Catan Expert',
description: 'Offers advice on playing Catan and strategies to win.',
instructions: 'Provide advice on playing Catan and strategies to win. Do not provide advice on other games.',
model: 'gpt-3.5-turbo',
categories: ['entertainment']
}, {
id: 'music-recommendation',
name: 'Music Recommendation',
Expand Down

0 comments on commit 652982b

Please sign in to comment.