Skip to content

Commit

Permalink
feat(workingparty): Added Terraform expert
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Apr 9, 2024
1 parent 014f222 commit c1f3351
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 @@ -113,6 +113,13 @@ export const marketplaceWorkers: Array<MarketplaceAssistant> = [
instructions: 'Create technical and user documentation for software products.',
model: 'gpt-3.5-turbo',
categories: ['softwareDevelopment']
}, {
id: 'terraform-expert',
name: 'Terraform Expert',
description: 'Offers advice on infrastructure as code using Terraform.',
instructions: 'Provide advice on infrastructure as code using Terraform.',
model: 'gpt-3.5-turbo',
categories: ['softwareDevelopment']
}, {
id: 'copywriter',
name: 'Copywriter',
Expand Down

0 comments on commit c1f3351

Please sign in to comment.