simonpfish
af7239bfda
rename image file
2023-06-16 17:37:40 -07:00
simonpfish
8893ba94dd
update readme link
2023-06-16 17:28:49 -07:00
simonpfish
90863fe6d5
dummy key naming
2023-06-16 17:23:28 -07:00
simonpfish
c1946c66b7
deduplicate search results
2023-06-16 17:21:56 -07:00
Ted Sanders
38c5742ce6
renames dummy key
2023-06-16 17:03:29 -07:00
Ted Sanders
953c57af01
cleaned up notebook
2023-06-16 17:02:42 -07:00
Ted Sanders
3b37ded49c
change embedding dimensions
2023-06-16 16:45:39 -07:00
Ted Sanders
6d7954806a
polishes text
2023-06-16 16:37:32 -07:00
Ted Sanders
6d7f52fee5
removes extra period from et al.
2023-06-16 16:36:29 -07:00
Ted Sanders
8058562b75
changes search date to June 2023
2023-06-16 16:34:58 -07:00
Ted Sanders
9fabb7fa9f
joins run-on sentence
2023-06-16 16:09:11 -07:00
Ted Sanders
224d845c0f
adds missing apostrophe
2023-06-16 16:08:14 -07:00
Ted Sanders
08d2cd6732
cuts trailing spaces
2023-06-16 16:07:35 -07:00
Ted Sanders
3e997b3214
adds comment for openai package
2023-06-16 16:06:16 -07:00
Ted Sanders
a7d746a7f9
adds periods to list to be consistent with others
2023-06-16 16:03:54 -07:00
Ted Sanders
37746ff3ca
rewrites intro points to be more consistent with one another
2023-06-16 16:02:01 -07:00
Ted Sanders
02833d22bb
be -> feel
2023-06-16 15:48:36 -07:00
Ted Sanders
9ada754100
changes web URL to relative link
2023-06-16 15:47:18 -07:00
Ted Sanders
d6bb1fb146
the model -> GPT
2023-06-16 15:46:50 -07:00
Ted Sanders
842e71ef3a
the -> an
2023-06-16 15:39:49 -07:00
Ted Sanders
dafd562811
makes title formatting consistent with other examples
2023-06-16 15:39:04 -07:00
simonpfish
c698231ef2
add link to readme
2023-06-15 22:01:12 -07:00
simonpfish
8af8005866
address feedback
2023-06-15 21:53:12 -07:00
simonpfish
2a77e0d118
add search augmentation notebook
2023-06-15 11:49:19 -07:00
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
2023-06-15 11:22:59 -07:00
joe-at-openai
0fa6534747
Merge pull request #509 from openai/joe/fix-finish-reason
...
fix finish_reason
2023-06-14 11:07:27 -07:00
joe-at-openai
659c42e6f1
fix finish_reason
2023-06-14 11:06:42 -07:00
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…
2023-06-14 10:50:13 -07:00
joe-at-openai
a8e28c2f7f
integrate improvements to original function calling notebook + factor out arxiv example into new notebook
2023-06-14 10:48:11 -07:00
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
2023-06-14 08:19:39 +01:00
joe-at-openai
41a5d394ca
Merge pull request #499 from openai/joe/remove-incorrect-model-name
...
fix incorrect model name
2023-06-13 17:43:52 -07:00
joe-at-openai
9943947cd9
fix incorrect model name
2023-06-13 17:27:32 -07:00
Piaoyang Cui
9079129d7b
Fix ask_database in call functions with chat model example
2023-06-13 15:41:58 -07:00
colin-openai
4dec83a4ac
Merge pull request #496 from openai/dev/atty/fix-finish-reason
...
Fix `finish_reason` in function calling cookbook
2023-06-13 20:08:25 +01:00
Atty Eleti
817546f0d7
Fix finish_reason
in function calling cookbook
2023-06-13 12:06:31 -07:00
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…
2023-06-13 12:54:56 -05:00
Logan Kilpatrick
57d478e835
Update README.md
2023-06-13 12:54:25 -05:00
Logan Kilpatrick
0084f4ce6b
Rename How_to_call_functions_with_Chat_models.ipynb to How_to_call_functions_with_chat_models.ipynb
2023-06-13 12:53:43 -05:00
Logan Kilpatrick
61211ca5e6
Merge pull request #494 from openai/logankilpatrick-patch-4
...
Update README.md
2023-06-13 12:14:49 -05:00
Logan Kilpatrick
b4c81faa29
Update README.md
2023-06-13 12:13:22 -05:00
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…
2023-06-13 18:06:26 +01:00
colin-openai
c5a7f7835d
Rename How_to_call_functions_with_chat_models.ipynb to How_to_call_functions_with_Chat_models.ipynb
...
Renaming file
2023-06-13 10:06:15 -07:00
colin-openai
164eb6f75c
Merge pull request #492 from openai/function_calls
...
Commit of function calling notebook
2023-06-13 18:02:36 +01:00
Colin Jarvis
f920c5f65f
Removed papers
2023-06-13 18:01:34 +01:00
Colin Jarvis
d9677ebb89
Merge branch 'function_calls' of https://github.com/openai/openai-cookbook into function_calls
2023-06-13 17:59:11 +01:00
Colin Jarvis
26b0c47d5c
Fixed a couple small bugs in functions notebook
2023-06-13 17:59:09 +01:00
Ted Sanders
9ccb2a994f
tool -> function in a few places
2023-06-13 09:56:56 -07:00
Ted Sanders
280f6ef03e
fixes function name
2023-06-13 09:55:53 -07:00
Colin Jarvis
f780772dc8
Commit of function calling notebook
2023-06-13 17:48:30 +01:00
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>
2023-06-12 14:01:49 -07:00