Commit Graph

680 Commits (chained-func-calling)
 

Author SHA1 Message Date
Ted Sanders de3bd58434
Ted/update token counting 0613 (#541)
* updates tiktoken counting function

* slight rewording

* updates ChatGPT guide with new models
1 year ago
Avery Khoo 26978e9ed1
Update How_to_count_tokens_with_tiktoken.ipynb (#511)
Add support for gpt-3.5-*-0613 models
1 year ago
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..."
1 year ago
Simon Suo 411068e736
Add example notebook for financial document analysis with LlamaIndex (#481)
* add notebook

* add pypdf install

* move
1 year ago
Matthew 90ef0f25e5
fixed typo (#523) 1 year ago
Ikko Eltociear Ashimine 0d1436b8d9
Fix typo in getEmbeddingsForText.ts (#515)
charcter -> character
1 year ago
Simón Posada Fishman 8b63e68ef0
fix link to search notebook (#524)
link had an extra `ipynb` appended to the end
1 year ago
Simón Posada Fishman a0e7352649
Merge pull request #519 from openai/simon/search_aug
Add search augmentation notebook
1 year ago
simonpfish af7239bfda rename image file 1 year ago
simonpfish 8893ba94dd update readme link 1 year ago
simonpfish 90863fe6d5 dummy key naming 1 year ago
simonpfish c1946c66b7 deduplicate search results 1 year ago
Ted Sanders 38c5742ce6 renames dummy key 1 year ago
Ted Sanders 953c57af01 cleaned up notebook 1 year ago
Ted Sanders 3b37ded49c change embedding dimensions 1 year ago
Ted Sanders 6d7954806a polishes text 1 year ago
Ted Sanders 6d7f52fee5 removes extra period from et al. 1 year ago
Ted Sanders 8058562b75 changes search date to June 2023 1 year ago
Ted Sanders 9fabb7fa9f joins run-on sentence 1 year ago
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
Ted Sanders ea964b2fb9
Merge pull request #522 from openai/ted/fix-function-link
fixes link and removes empty cell
1 year ago
Ted Sanders cb0da816f9 fixes link and removes empty cell 1 year ago
colin-openai 71a2414134
Merge pull request #417 from michaelskyuan/main
Add notebook with Redis hybrid VSS queries examples
1 year ago
colin-openai 32bda1129d
Merge pull request #501 from natsuk4ze/main
Fix typo in README.md
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
Midori 6a45fca718
Fix duplicate "basic" 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