Skip to content

team of expert GPTs work together to achieve a goal

License

Notifications You must be signed in to change notification settings

tzookb/expertsgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experts GPT

This repo is just in its infancy. It's a playground for me to learn about GPT-3 and OpenAI's API. The plan is to create "experts" that work together as a team to solve problems. For example a software development team that can plan a project:

  • a product manager that can write user stories and spec the project
  • a software architect that can design the system
  • a program manager that can plan the project

Other options are possible:

  • online marketing plan
  • SEO plan
  • research project
  • etc

It's all built around "roles". We define the exact role for that persona and what he needs to do and output. We can extract the output and forward it to other experts.

The actual outputs should be in different formats: csv, markdown, pdf, etc.

go run cmd/maind.go \
 --openaiToken=TOKEN

About

team of expert GPTs work together to achieve a goal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages