Files
autogen/website/.gitignore
Eric Zhu 2df0f39b00 Update the auto_feedback_from_code_execution notebook to use code executor (#2366)
* Use code executors in notebook.

* Add custom code executor guide

* Add to gitignore

* Update

* fix links

* link

* typo

---------

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2024-04-18 07:53:19 +00:00

40 lines
730 B
Plaintext

# Dependencies
/node_modules
package-lock.json
# Production
/build
# Generated files
.docusaurus
.cache-loader
docs/reference
/docs/notebooks
docs/tutorial/*.mdx
docs/tutorial/**/*.png
!docs/tutorial/assets/*.png
docs/topics/llm_configuration.mdx
docs/topics/code-execution/*.mdx
docs/topics/task_decomposition.mdx
docs/topics/prompting-and-reasoning/*.mdx
docs/topics/non-openai-models/*.mdx
docs/topics/non-openai-models/**/*.py
docs/topics/non-openai-models/**/*.svg
docs/topics/code-execution/*.mdx
docs/topics/groupchat/customized_speaker_selection.mdx
cell-*-output-*.png
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/.quarto/