You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # 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
-
- # Misc
- .DS_Store
- .env.local
- .env.development.local
- .env.test.local
- .env.production.local
-
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
-
- /.quarto/
|