Commit Graph

692 Commits (dce3b3b6508372859388d74e159b74246869d427)
 

Author SHA1 Message Date
joe-at-openai c1c2d96e35 fix finish_reason 1 year ago
joe-at-openai a9b8b65f91 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 ca51ea2c40 integrate improvements to original function calling notebook + factor out arxiv example into new notebook 1 year ago
colin-openai 537ad41561 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
Midori 940fb6b6c9 Fix duplicate "basic" 1 year ago
joe-at-openai 8797a8070a Merge pull request #499 from openai/joe/remove-incorrect-model-name
fix incorrect model name
1 year ago
joe-at-openai d3337df7a8 fix incorrect model name 1 year ago
Piaoyang Cui f1d55808f0 Fix ask_database in call functions with chat model example 1 year ago
colin-openai f62fd7c99d Merge pull request #496 from openai/dev/atty/fix-finish-reason
Fix `finish_reason` in function calling cookbook
1 year ago
Atty Eleti d340e142bf Fix `finish_reason` in function calling cookbook 1 year ago
Logan Kilpatrick 435a67dd4b 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 6e23749006 Update README.md 1 year ago
Logan Kilpatrick 23877c2c88 Rename How_to_call_functions_with_Chat_models.ipynb to How_to_call_functions_with_chat_models.ipynb 1 year ago
Logan Kilpatrick 0358aa7738 Merge pull request #494 from openai/logankilpatrick-patch-4
Update README.md
1 year ago
Logan Kilpatrick b8086645bd Update README.md 1 year ago
colin-openai 7c15868351 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 e4eb6efc29 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 191fb12b4d Merge pull request #492 from openai/function_calls
Commit of function calling notebook
1 year ago
Colin Jarvis 8b19156cc6 Removed papers 1 year ago
Colin Jarvis eb8f2e1e10 Merge branch 'function_calls' of https://github.com/openai/openai-cookbook into function_calls 1 year ago
Colin Jarvis 9642ca5e17 Fixed a couple small bugs in functions notebook 1 year ago
Ted Sanders 43b9a5abdc tool -> function in a few places 1 year ago
Ted Sanders a066826827 fixes function name 1 year ago
Colin Jarvis 737f4406ee Commit of function calling notebook 1 year ago
Gerardo Lecaros 70d089929f 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 a49d153766 Merge pull request #482 from zvictor/patch-1
Add missing word
1 year ago
Ted Sanders 899579079d Merge pull request #476 from lbeurerkellner/patch-1
Add LMQL to README
1 year ago
Victor Duarte 782bfa5d32 Add missing word 1 year ago
Luca Beurer-Kellner b8c6440789 Add LMQL to README 1 year ago
Ted Sanders a493e225cc Merge pull request #472 from openai/ted/add-arthur-shield
add arthur shield to external libraries section
1 year ago
Ted Sanders 24c2b4c31e add arthur shield to external libraries section 1 year ago
Jerry Liu 49a0e47105 Update readme, include LlamaIndex (#457)
* cr

* cr
1 year ago
Ted Sanders a98ae8fde7 Merge pull request #470 from openai/ted/outlines
adds Outlines to prompting libraries
1 year ago
Ted Sanders 33e58ad0de adds Outlines to prompting libraries 1 year ago
colin-openai d50084f118 Merge pull request #464 from coderfengyun/main
FIX: missing pip installs for enterprise_knowledge_retrieval.ipynb
1 year ago
chentienan 5e0e3a45b9 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
Ted Sanders f8309797ef Merge pull request #458 from openai/ted/add-more-links
adds two more interesting papers
1 year ago
Ted Sanders fc146824c8 adds two more interesting papers 1 year ago
Michael Yuan 6ce07ae71d implemented batcher for openai embeddings 1 year ago
Ted Sanders fa2c8c3389 Merge pull request #454 from openai/ted/readme-typo-fix
README typo fix: go -> lifts
1 year ago
Ted Sanders 9d9fe492b6 README typo fix: go -> lifts 1 year ago
Ted Sanders 35cde4e4c6 Merge pull request #451 from openai/ted/add-evals-link
adds OpenAI Evals link
1 year ago
Ted Sanders 7ceceb1752 adds evals link and removes a bit of whitespace 1 year ago
Ted Sanders b73da02a8e Merge pull request #450 from openai/ted/add-wb-link
adds W&B link to additional resources section
1 year ago
Ted Sanders f260a1fcb2 adds W&B link to additional resources section 1 year ago
Ted Sanders 390202ccd2 Merge pull request #448 from domenicomanna/parallel-processor-add-metadata
Add ability to store row-level metadata
1 year ago
Ted Sanders 402d6b6e6c Merge pull request #449 from openai/ted/add-brex-guide
adds prompt engineering guide from Brex
1 year ago
Ted Sanders c2cafc1c90 adds prompt engineering guide from Brex 1 year ago
Domenico Manna efae0d4bc1 Add ability to store row-level metadata
This metadata field allows non API parameters to be stored which could
be useful for when the results need to be associated with an external
source. For example, if the user has several rows of text data within a
database, and they want to calculate embeddings for each row, they can
now use the metadata field to save the row id so that when they parse
the results back, they know which embedding corresponds to which
database row.
1 year ago
Ted Sanders 941a2c9da0 Merge pull request #447 from isabelaconstantin/main
Fix mutable default argument in APIRequest class
1 year ago