Files
Open-Assistant/notebooks
Andrew Maguire 0f607c7a28 export and auto-commit docs/docs/api/openapi.json as part of test-api-contract workflow (#719)
- copies that openapi.json file to docs/docs/api/openapi.json as part of start-mock-server.sh.
- adds a step to the end of the test-api-contract workflow that just auto-commits changes to the docs/docs/api/openapi.json file.
- excludes docs/docs/api/openapi.json from pre-commit since its already been formatted by jq.
2023-01-14 22:40:33 +00:00
..
2023-01-09 14:11:35 +00:00

Notebooks

This is a folder with some useful notebooks, all the notebooks have a markdown file with the same name (or a README.md if its a single notebook folder) explaining what they do.

Contributing

Contributing to notebooks and making new notebooks is very welcome. If you do so, make sure to make a markdown (.md) file to go with your notebook, it makes it easier for people to know what your notebook is about.

Check out the example notebook for a reference example you can use as a starting point.