mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Group markdown files into articles folder (#777)
This commit is contained in:
parent
e3d68f8843
commit
3f0260677a
@ -928,7 +928,9 @@
|
|||||||
- embeddings
|
- embeddings
|
||||||
|
|
||||||
- title: Techniques to improve reliability
|
- title: Techniques to improve reliability
|
||||||
path: techniques_to_improve_reliability.md
|
path: articles/techniques_to_improve_reliability.md
|
||||||
|
redirects:
|
||||||
|
- techniques_to_improve_reliability
|
||||||
date: 2022-09-12
|
date: 2022-09-12
|
||||||
authors:
|
authors:
|
||||||
- ted-at-openai
|
- ted-at-openai
|
||||||
@ -936,7 +938,9 @@
|
|||||||
- completions
|
- completions
|
||||||
|
|
||||||
- title: How to work with large language models
|
- title: How to work with large language models
|
||||||
path: how_to_work_with_large_language_models.md
|
path: articles/how_to_work_with_large_language_models.md
|
||||||
|
redirects:
|
||||||
|
- how_to_work_with_large_language_models
|
||||||
date: 2023-01-20
|
date: 2023-01-20
|
||||||
authors:
|
authors:
|
||||||
- ted-at-openai
|
- ted-at-openai
|
||||||
@ -944,7 +948,9 @@
|
|||||||
- completions
|
- completions
|
||||||
|
|
||||||
- title: Use cases for embeddings
|
- title: Use cases for embeddings
|
||||||
path: text_comparison_examples.md
|
path: articles/text_comparison_examples.md
|
||||||
|
redirects:
|
||||||
|
- text_comparison_examples
|
||||||
date: 2023-01-20
|
date: 2023-01-20
|
||||||
authors:
|
authors:
|
||||||
- ted-at-openai
|
- ted-at-openai
|
||||||
@ -952,7 +958,9 @@
|
|||||||
- embeddings
|
- embeddings
|
||||||
|
|
||||||
- title: Related resources from around the web
|
- title: Related resources from around the web
|
||||||
path: related_resources.md
|
path: articles/related_resources.md
|
||||||
|
redirects:
|
||||||
|
- related_resources
|
||||||
date: 2023-01-20
|
date: 2023-01-20
|
||||||
authors:
|
authors:
|
||||||
- ted-at-openai
|
- ted-at-openai
|
||||||
@ -1022,7 +1030,9 @@
|
|||||||
- completions
|
- completions
|
||||||
|
|
||||||
- title: What makes documentation good
|
- title: What makes documentation good
|
||||||
path: what_makes_documentation_good.md
|
path: articles/what_makes_documentation_good.md
|
||||||
|
redirects:
|
||||||
|
- what_makes_documentation_good
|
||||||
date: 2023-09-01
|
date: 2023-09-01
|
||||||
authors:
|
authors:
|
||||||
- ted-at-openai
|
- ted-at-openai
|
||||||
|
@ -10,6 +10,12 @@
|
|||||||
"path": {
|
"path": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"redirects": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"tags": {
|
"tags": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user