colin-openai
f53a22e29f
Initial commit of reranking with cross-encoder cookbook ( #483 )
...
* Initial commit of reranking with cross-encoder cookbook
* Added logit bias for Yes and No in this case
* Reran end-to-end
* Updated based on Ted's comments
* Rerun with Ted's comments
2023-06-28 00:59:23 -07:00
Filip Haltmayer
f4c67dff3c
update to token for zilliz ( #552 )
...
Signed-off-by: Filip Haltmayer <filip.haltmayer@zilliz.com>
2023-06-27 12:53:26 -07:00
prestontuggle
3170356cc2
Adds Whisper Prompting Guide ( #551 )
2023-06-27 14:24:26 -04:00
Elmira Ghorbani
28fef26cc9
create/check data dir for arxiv's papers ( #531 )
2023-06-26 03:53:55 -07:00
Michael Yuan
6798e1ca3a
Fix wget download updated parameters ( #538 )
2023-06-26 01:45:57 -07:00
Ted Sanders
de3bd58434
Ted/update token counting 0613 ( #541 )
...
* updates tiktoken counting function
* slight rewording
* updates ChatGPT guide with new models
2023-06-23 16:45:32 -07:00
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
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
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
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
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
659c42e6f1
fix finish_reason
2023-06-14 11:06:42 -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
Atty Eleti
817546f0d7
Fix finish_reason
in function calling cookbook
2023-06-13 12:06:31 -07: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
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 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