Skip to content

Commit 4309ace

Browse files
Merge branch 'main' into tompakeman
2 parents a6c8dd1 + df31b9f commit 4309ace

File tree

56 files changed

+6047
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+6047
-168
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ examples/fine-tuned_qa/local_cache/*
140140

141141
# PyCharm files
142142
.idea/
143+
.cursorignore
143144

144145
# VS Code files
145146
.vscode/
147+
.cursorignore

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
> ✨ Navigate at [cookbook.openai.com](https://cookbook.openai.com)
1111
12-
Example code and guides for accomplishing common tasks with the [OpenAI API](https://platform.openai.com/docs/introduction). To run these examples, you'll need an OpenAI account and associated API key ([create a free account here](https://beta.openai.com/signup)). Set an environment variable called `OPENAI_API_KEY` with your API key. Alternatively, in most IDEs such as Visual Studio Code, you can create an `.env` file at the root of your repo containing `OPENAI_API_KEY=<your API key>`, which will be picked up by the notebooks.
12+
Example code and guides for accomplishing common tasks with the [OpenAI API](https://platform.openai.com/docs/introduction). To run these examples, you'll need an OpenAI account and associated API key ([create a free account here](https://platform.openai.com/signup)). Set an environment variable called `OPENAI_API_KEY` with your API key. Alternatively, in most IDEs such as Visual Studio Code, you can create an `.env` file at the root of your repo containing `OPENAI_API_KEY=<your API key>`, which will be picked up by the notebooks.
1313

1414
Most code examples are written in Python, though the concepts can be applied in any language.
1515

1616
For other useful tools, guides and courses, check out these [related resources from around the web](https://cookbook.openai.com/related_resources).
1717

1818
## License
1919

20-
MIT
20+
MIT License

articles/related_resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ People are writing great tools and papers for improving outputs from GPT. Here a
77
- [Arthur Shield](https://www.arthur.ai/get-started): A paid product for detecting toxicity, hallucination, prompt injection, etc.
88
- [Baserun](https://baserun.ai/): A paid product for testing, debugging, and monitoring LLM-based apps
99
- [Chainlit](https://docs.chainlit.io/overview): A Python library for making chatbot interfaces.
10+
- [ElatoAI](https://github.com/akdeb/ElatoAI): A platform for running OpenAI Realtime API Speech on ESP32 on Arduino using Deno Edge Runtime and Supabase.
1011
- [Embedchain](https://github.com/embedchain/embedchain): A Python library for managing and syncing unstructured data with LLMs.
1112
- [FLAML (A Fast Library for Automated Machine Learning & Tuning)](https://microsoft.github.io/FLAML/docs/Getting-Started/): A Python library for automating selection of models, hyperparameters, and other tunable choices.
1213
- [Guidance](https://github.com/microsoft/guidance): A handy looking Python library from Microsoft that uses Handlebars templating to interleave generation, prompting, and logical control.

authors.yaml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# You can optionally customize how your information shows up cookbook.openai.com over here.
44
# If your information is not present here, it will be pulled from your GitHub profile.
55

6+
minh-hoque:
7+
name: "Minhajul Hoque"
8+
website: "https://www.linkedin.com/in/minhajul-hoque-83242b163/"
9+
avatar: "https://avatars.githubusercontent.com/u/84698472?v=4"
10+
611
shikhar-cyber:
712
name: "Shikhar Kwatra"
813
website: "https://www.linkedin.com/in/shikharkwatra/"
@@ -126,13 +131,13 @@ aaronwilkowitz-openai:
126131
charuj:
127132
name: "Charu Jaiswal"
128133
website: "https://www.linkedin.com/in/charu-j-8a866471"
129-
avatar: "https://avatars.githubusercontent.com/u/18404643?v=4"
134+
avatar: "https://avatars.githubusercontent.com/u/18404643?v=4"
130135

131136
rupert-openai:
132137
name: "Rupert Truman"
133138
website: "https://www.linkedin.com/in/rupert-truman/"
134139
avatar: "https://avatars.githubusercontent.com/u/171234447"
135-
140+
136141
keelan-openai:
137142
name: "Keelan Schule"
138143
website: "https://www.linkedin.com/in/keelanschule/"
@@ -171,8 +176,8 @@ evanweiss-openai:
171176
girishd:
172177
name: "Girish Dusane"
173178
website: "https://www.linkedin.com/in/girishdusane/"
174-
avatar: "https://avatars.githubusercontent.com/u/272708"
175-
179+
avatar: "https://avatars.githubusercontent.com/u/272708"
180+
176181
lxing-oai:
177182
name: "Luke Xing"
178183
website: "https://www.linkedin.com/in/lukexing/"
@@ -227,7 +232,7 @@ erickgort:
227232
name: "Erick Gort"
228233
website: "https://www.linkedin.com/in/erick-gort-32ab1678/"
229234
avatar: "https://avatars.githubusercontent.com/u/189261906?v=4"
230-
235+
231236
kylecote-tray:
232237
name: "Kyle Cote"
233238
website: "https://github.com/kylecote-tray"
@@ -248,6 +253,11 @@ msingh-openai:
248253
website: "https://github.com/msingh-openai"
249254
avatar: "https://avatars.githubusercontent.com/u/168678187?v=4"
250255

256+
akashdeepdeb:
257+
name: "Akashdeep Deb"
258+
website: "https://github.com/akdeb"
259+
avatar: "https://avatars.githubusercontent.com/u/20175219"
260+
251261
ted-at-openai:
252262
name: "Ted Sanders"
253263
website: "https://github.com/ted-at-openai"
@@ -292,7 +302,7 @@ rzhao-openai:
292302
name: "Randy Zhao"
293303
website: "https://www.linkedin.com/in/randy-zhao-27433616b"
294304
avatar: "https://avatars.githubusercontent.com/u/208724779?v=4"
295-
305+
296306
brandonbaker-openai:
297307
name: "Brandon Baker"
298308
website: "https://www.linkedin.com/in/brandonbaker18"

0 commit comments

Comments
 (0)