Avery Khoo
|
26978e9ed1
|
Update How_to_count_tokens_with_tiktoken.ipynb (#511)
Add support for gpt-3.5-*-0613 models
|
2023-06-23 16:10:30 -07:00 |
|
Stéphane G
|
b587f9b3d5
|
Fix typo in Question_answering_using_a_search_API.ipynb (#539)
"This answer which will be used to..." --> "This answer will be used to..."
|
2023-06-22 16:46:08 -07:00 |
|
Simon Suo
|
411068e736
|
Add example notebook for financial document analysis with LlamaIndex (#481)
* add notebook
* add pypdf install
* move
|
2023-06-22 13:40:49 -07:00 |
|
Matthew
|
90ef0f25e5
|
fixed typo (#523)
|
2023-06-20 15:46:46 -07:00 |
|
Ikko Eltociear Ashimine
|
0d1436b8d9
|
Fix typo in getEmbeddingsForText.ts (#515)
charcter -> character
|
2023-06-16 18:31:53 -07:00 |
|
Simón Posada Fishman
|
8b63e68ef0
|
fix link to search notebook (#524)
link had an extra `ipynb` appended to the end
|
2023-06-16 18:21:01 -07:00 |
|
Simón Posada Fishman
|
a0e7352649
|
Merge pull request #519 from openai/simon/search_aug
Add search augmentation notebook
|
2023-06-16 17:37:56 -07:00 |
|
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 |
|
Ted Sanders
|
ea964b2fb9
|
Merge pull request #522 from openai/ted/fix-function-link
fixes link and removes empty cell
|
2023-06-16 10:29:28 -07:00 |
|
Ted Sanders
|
cb0da816f9
|
fixes link and removes empty cell
|
2023-06-16 10:29:01 -07:00 |
|
colin-openai
|
71a2414134
|
Merge pull request #417 from michaelskyuan/main
Add notebook with Redis hybrid VSS queries examples
|
2023-06-16 08:41:40 +01:00 |
|
colin-openai
|
32bda1129d
|
Merge pull request #501 from natsuk4ze/main
Fix typo in README.md
|
2023-06-16 08:23:27 +01: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 |
|
Midori
|
6a45fca718
|
Fix duplicate "basic"
|
2023-06-14 10:35:49 +09: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 |
|