Commit Graph

501 Commits (224d845c0fad1824e3b6e2ca5d82ec9567710f45)
 

Author SHA1 Message Date
Ted Sanders 224d845c0f adds missing apostrophe 1 year ago
Ted Sanders 08d2cd6732 cuts trailing spaces 1 year ago
Ted Sanders 3e997b3214 adds comment for openai package 1 year ago
Ted Sanders a7d746a7f9 adds periods to list to be consistent with others 1 year ago
Ted Sanders 37746ff3ca rewrites intro points to be more consistent with one another 1 year ago
Ted Sanders 02833d22bb be -> feel 1 year ago
Ted Sanders 9ada754100 changes web URL to relative link 1 year ago
Ted Sanders d6bb1fb146 the model -> GPT 1 year ago
Ted Sanders 842e71ef3a the -> an 1 year ago
Ted Sanders dafd562811 makes title formatting consistent with other examples 1 year ago
simonpfish c698231ef2 add link to readme 1 year ago
simonpfish 8af8005866 address feedback 1 year ago
simonpfish 2a77e0d118 add search augmentation notebook 1 year ago
Ted Sanders 31a3a7b406
Ted/remove eval from function calling examples (#518)
* replaces eval with json.loads for better code safety

* fixes link to be relative, not URL
1 year ago
joe-at-openai 0fa6534747
Merge pull request #509 from openai/joe/fix-finish-reason
fix finish_reason
1 year ago
joe-at-openai 659c42e6f1 fix finish_reason 1 year ago
joe-at-openai 9b8f289b85
Merge pull request #508 from openai/joe_and_colin/improvements-to-function-calling-notebook
integrate improvements to original function calling notebook + factor…
1 year ago
joe-at-openai a8e28c2f7f integrate improvements to original function calling notebook + factor out arxiv example into new notebook 1 year ago
colin-openai 60b12dfad1
Merge pull request #498 from pycui/pcui/fix-ask-db-func-spec
Fix ask_database in call functions with chat model example
1 year ago
joe-at-openai 41a5d394ca
Merge pull request #499 from openai/joe/remove-incorrect-model-name
fix incorrect model name
1 year ago
joe-at-openai 9943947cd9 fix incorrect model name 1 year ago
Piaoyang Cui 9079129d7b Fix ask_database in call functions with chat model example 1 year ago
colin-openai 4dec83a4ac
Merge pull request #496 from openai/dev/atty/fix-finish-reason
Fix `finish_reason` in function calling cookbook
1 year ago
Atty Eleti 817546f0d7
Fix `finish_reason` in function calling cookbook 1 year ago
Logan Kilpatrick f595363e63
Merge pull request #495 from openai/logankilpatrick-patch-5
Rename How_to_call_functions_with_Chat_models.ipynb to How_to_call_fu…
1 year ago
Logan Kilpatrick 57d478e835
Update README.md 1 year ago
Logan Kilpatrick 0084f4ce6b
Rename How_to_call_functions_with_Chat_models.ipynb to How_to_call_functions_with_chat_models.ipynb 1 year ago
Logan Kilpatrick 61211ca5e6
Merge pull request #494 from openai/logankilpatrick-patch-4
Update README.md
1 year ago
Logan Kilpatrick b4c81faa29
Update README.md 1 year ago
colin-openai 20c1dc7e88
Merge pull request #493 from openai/colin-openai-patch-1
Rename How_to_call_functions_with_chat_models.ipynb to How_to_call_fu…
1 year ago
colin-openai c5a7f7835d
Rename How_to_call_functions_with_chat_models.ipynb to How_to_call_functions_with_Chat_models.ipynb
Renaming file
1 year ago
colin-openai 164eb6f75c
Merge pull request #492 from openai/function_calls
Commit of function calling notebook
1 year ago
Colin Jarvis f920c5f65f Removed papers 1 year ago
Colin Jarvis d9677ebb89 Merge branch 'function_calls' of https://github.com/openai/openai-cookbook into function_calls 1 year ago
Colin Jarvis 26b0c47d5c Fixed a couple small bugs in functions notebook 1 year ago
Ted Sanders 9ccb2a994f tool -> function in a few places 1 year ago
Ted Sanders 280f6ef03e fixes function name 1 year ago
Colin Jarvis f780772dc8 Commit of function calling notebook 1 year ago
Gerardo Lecaros 05cf8703ec
Adding cookbook for using DALL-E from Azure OpenAI (#491)
* Add dalle notebook

* Fix

* Some small adjustments

* Smaller adjustments

* change flow of the notebook

* feedback

* more

* readme

* fixing typo

---------

Co-authored-by: Christian Mürtz <t-cmurtz@microsoft.com>
1 year ago
Ted Sanders c3cdf654d6
Merge pull request #482 from zvictor/patch-1
Add missing word
1 year ago
Ted Sanders 2eab8840d0
Merge pull request #476 from lbeurerkellner/patch-1
Add LMQL to README
1 year ago
Victor Duarte e5fef1fd18
Add missing word 1 year ago
Luca Beurer-Kellner 25299fa6be
Add LMQL to README 1 year ago
Ted Sanders 970d8261fb
Merge pull request #472 from openai/ted/add-arthur-shield
add arthur shield to external libraries section
1 year ago
Ted Sanders be07761c3f
add arthur shield to external libraries section 1 year ago
Jerry Liu 3b843142a8
Update readme, include LlamaIndex (#457)
* cr

* cr
1 year ago
Ted Sanders 66ab100aa9
Merge pull request #470 from openai/ted/outlines
adds Outlines to prompting libraries
1 year ago
Ted Sanders 2d35624675
adds Outlines to prompting libraries 1 year ago
colin-openai 2a2753e8d0
Merge pull request #464 from coderfengyun/main
FIX: missing pip installs for enterprise_knowledge_retrieval.ipynb
1 year ago
chentienan 3a57c9a4a5 FIX: missing pip installs for enterprise_knowledge_retrieval.ipynb
Updated pip installs to include missing dependencies (openai, tiktoken, wget) for enterprise_knowledge_retrieval.ipynb, which were causing the notebook to fail executing.
1 year ago