Do you have a GPT Assistant? Would you like it to do more?
Welcome to our project where we empower ChatGPT with Community Actions! This is an open invitation for developers like you to contribute and enrich ChatGPT's capabilities.
Join us in building an extensive, dynamic, and diverse set of actions that ChatGPT can perform.
Action is a way for GPT to perform various tasks or functions beyond standard text generation. It’s a way to extend the utility of ChatGPT.
Anyhing! 'Generate Image' is an Action, 'Calculate square root of 4' is an action, and so is 'Send my mom a text'.
You can use any Actions from this repo, you can also create a new one. We are hosting your actions and make integration to GPT Assistants seemless.
- Decide what actions you plan to use in your GPT.
- Go to GPT Editor -> Configure -> Scroll to the very bottom -> Click
Add actions
-> ClickImport from URL
. - Paste
https://actions.tryfabrika.com/combine?actions=<ACTIONS>
, where<ACTIONS>
is a list of action separated with,
:- Examples:
- Single action:
https://actions.tryfabrika.com/combine?actions=yfinance
- Multiple actions:
https://actions.tryfabrika.com/combine?actions=template,yfinance
- Single action:
- Examples:
- Go to Authentification -> Click on
Settings
-> SelectAPI Key
-> Insert your API key -> SelectBearer
atAuth Type
.
Congrats! Your actions are ready to be used by ChatGPT!
Your community actions can make a significant difference! Here’s how you can get involved:
- Fork the Repository: Start by forking this repository to your GitHub account.
- Create Your Action: Develop your custom action using FastAPI. Check out our existing examples for inspiration.
- Duplicate
template
folder - Rename it to
<YOUR ACTION NAME>
- Edit
main.py
to create your actions - Edit
test_<YOUR ACTION>
and add relevant unit tests
- Duplicate
- Test Your Code: Ensure your action works as expected. We love robust and reliable contributions!
- Document Your Action: Write clear and concise documentation for your action. This should include its purpose, how it works, and any necessary parameters.
- Submit a Pull Request: Once your action is ready and documented, submit a pull request to our repository.
We are in a private.beta, if you would like to get API key for testing please sign up to a waitlist: https://forms.gle/V18giB3upYiG7ARq8
- Code Quality: Write clean, efficient, and well-commented code.
- Functionality: Your action should perform a useful task that enhances ChatGPT's abilities.
- Originality: We welcome unique and innovative ideas. Make sure your action adds value in a way not already covered by existing actions.
- Security: Ensure your action does not compromise the security or privacy of users.
- Innovate: Be a part of something cutting-edge and contribute to the AI community.
- Collaborate: Work with other talented developers and learn from their insights.
- Recognition: Get credit for your work and showcase your skills to a broad audience.
- Impact: Help make ChatGPT more useful for a diverse range of applications.
Got questions or need help getting started? Feel free to raise an issue in the repository or contact us directly.