You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to make it easy for contributors to add meaningful examples that are easy to run, understand, and maintain. Ideally, the documentation would include:
Naming conventions
Where to place the examples
Tips for making examples lightweight but informative
How to link examples from relevant documentation pages
The text was updated successfully, but these errors were encountered:
Add a bit about Colab being the default (and why) see hip shot blurb i did [1]
Add a bit about loading api keys- also colab related [2]
[1]
Setting API Keys
The following code may seem complex, but the gofannon project standardizes our examples on Google Colab because it provides users around the world with a consistent environment for experimentation, and when using "CPU Only" mode (which almost all of our examples are), it is free. So the following code will attempt to load environment secrets the colab way, and if that fails, will attempt to load them from environment variables. You as the user could also delete the code that follows and replace it with:
openai_api_key="<YOUR OPENAI KEY>"nasa_api_key="<YOUR NASA KEY>"
It would be helpful to have a clear guide on how to create and contribute example notebooks.
This documentation should:
website/developers/contribute_agentic_framework.md
website/developers/contribute_tool.md
The goal is to make it easy for contributors to add meaningful examples that are easy to run, understand, and maintain. Ideally, the documentation would include:
The text was updated successfully, but these errors were encountered: