Commit Graph

54 Commits

Author SHA1 Message Date
Ted Sanders
4a117bc0d2
Merge pull request #22 from openai/ted/fix-broken-classification-link
fixes broken classification link
2022-09-30 23:13:54 -07:00
Ted Sanders
c9ec5d79f3 fixes broken classification link 2022-09-30 23:12:43 -07:00
Boris Power
d538ffc014
Merge pull request #21 from colin-jarvis/main
Added Generations and Variations endpoint examples for DALL-E API
2022-09-29 10:29:19 -07:00
Colin Jarvis
32596ae85b Removed line from notebook 2022-09-29 18:30:29 +01:00
Colin Jarvis
c951d099b9 Removed images from folder 2022-09-29 08:34:34 +01:00
Colin Jarvis
89de43faf4 Fixed Edits endpoint by applying new masking approach 2022-09-29 08:33:24 +01:00
Colin Jarvis
139af20193 Added Generations and Variations endpoint examples for DALL-E API. Edits endpoint example is included but is WIP, getting an error currently 2022-09-28 21:15:02 +01:00
Ted Sanders
e8e5c39a1c
Merge pull request #19 from sorinsuciu-msft/change-scale-type
Change scale_type in the create deployment examples
2022-09-19 10:28:42 -07:00
Sorin Suciu
71cc3f4a9b Change scale_type in the create deployment examples 2022-09-19 14:42:29 +02:00
Ted Sanders
563f8db035
Merge pull request #18 from openai/ted/removes_old_qa_example
removes old Q&A example now that a better alternative exists
2022-09-15 10:47:41 -07:00
Ted Sanders
02295444f7 removes old Q&A example now that a better alternative exists 2022-09-15 10:46:27 -07:00
Ted Sanders
f4a149bf20
Merge pull request #17 from openai/ted/updates-techniques-guide
small update to one example prompt
2022-09-12 21:21:47 -07:00
Ted Sanders
bd26141162 small update to one example prompt 2022-09-12 21:20:48 -07:00
Ted Sanders
f601888f18
Merge pull request #16 from openai/ted/updates-techniques-guide
fixes markdown formatting
2022-09-12 19:50:13 -07:00
Ted Sanders
8c3b8196e7 fixes markdown formatting 2022-09-12 19:49:42 -07:00
Ted Sanders
1ad5b85a46
Merge pull request #15 from openai/ted/adds-how-to-handle-rate-limits
adds guide for how to handle rate limits
2022-09-12 18:49:33 -07:00
Ted Sanders
6d31729d05
Merge pull request #14 from openai/ted/updates-techniques-guide
fixes typos and adds more examples
2022-09-12 18:49:12 -07:00
Ted Sanders
c5f64fa27a fixes typos and adds more examples 2022-09-12 18:48:19 -07:00
Ted Sanders
853264fc55 adds guide for how to handle rate limits 2022-09-12 16:55:35 -07:00
Ted Sanders
5704646be0
Merge pull request #12 from openai/ted/adds-techniques-to-improve-reliability
adds guide on techniques to improve reliability
2022-09-02 12:20:10 -07:00
Ted Sanders
c76bbfcf8d
Merge pull request #11 from openai/ted/adds-streaming-example
adds streaming example
2022-09-02 12:19:50 -07:00
Ted Sanders
e26b8dd3c8 adds guide on techniques to improve reliability 2022-09-02 12:19:11 -07:00
Ted Sanders
bff53e71ed adds streaming example 2022-09-02 12:15:34 -07:00
Ted Sanders
5da9f28eb8
Merge pull request #8 from shyamal-anadkat/patch-1
organizes links in README
2022-08-02 17:52:20 -07:00
Shyamal H Anadkat
e1144afc97
organizes links in README 2022-08-02 17:43:49 -07:00
Ted Sanders
1ca1c2946b
Merge pull request #6 from openai/ted/update-examples
Ted/update examples
2022-07-20 17:45:39 -07:00
Boris Power
b40d006c7a update search example 2022-07-20 17:42:02 -07:00
Ted Sanders
4195d712cc updates azure examples 2022-07-20 17:39:56 -07:00
Ted Sanders
627fdd8c84
Merge pull request #5 from openai/ted-at-openai/openai-cookbook-updates
Ted at openai/openai cookbook updates
2022-07-12 16:23:33 -07:00
Ted Sanders
edb02b8bc9 migrates Azure examples from openai-python library 2022-07-12 15:26:37 -07:00
Ted Sanders
d987d2329a adds prefiltered data and precomputed embeddings to Customizing_embeddings.ipynb 2022-07-12 15:26:19 -07:00
Ted Sanders
65d0925e59 adds precomputing embeddings, changes engine name to match, fixes typo 2022-07-12 15:26:05 -07:00
Ted Sanders
2dc64b1567 adds data download from CDN with precomputed embeddings 2022-07-12 15:25:56 -07:00
Ted Sanders
efa71942c6 moves dbpedia embeddings to data folder 2022-07-12 15:25:43 -07:00
Ted Sanders
04f7e93c62 adds warning about needing to compute file with embeddings 2022-07-12 15:25:35 -07:00
Ted Sanders
bd061ad2d4 adds data download from CDN with precomputed embeddings 2022-07-12 15:25:23 -07:00
Ted Sanders
350b9a7333 adds data download from CDN with precomputed embeddings 2022-07-12 15:25:10 -07:00
Ted Sanders
6eae26d5cc adds link to full dataset from AG 2022-07-12 15:24:54 -07:00
Ted Sanders
7dfdb9aa05 lint 2022-07-12 15:24:43 -07:00
Ted Sanders
b77e9b34e8 clarifies name of Classification example using embeddings 2022-07-12 15:24:27 -07:00
Ted Sanders
cfe03038bd lint 2022-07-12 15:23:26 -07:00
Ted Sanders
8b2d68f031 adds precomputed embeddings 2022-07-12 15:22:46 -07:00
Ted Sanders
2515ddc7b8 adds data for Obtain_dataset.ipynb 2022-07-12 15:22:29 -07:00
Ted Sanders
25d641d21f renames context_embeddings to document_embeddings 2022-07-12 15:21:44 -07:00
Mike Heaton
ac406fc126
Update Question_answering_using_embeddings.ipynb 2022-07-11 20:24:33 +03:00
Mike Heaton
22f25af04f
Merge pull request #4 from openai/mike_question_answering_using_embeddings
Question answering using embeddings
2022-06-20 13:16:48 -07:00
Mike Heaton
7ffa01aeb2 minor renaming 2022-06-20 10:03:31 -07:00
Mike Heaton
711f87d6a3 question answering using embeddings 2022-06-20 09:44:38 -07:00
Mike Heaton
2d2569f4fd draft 2022-06-10 16:58:15 -07:00
Ted Sanders
19fe1e7e23
Merge pull request #3 from openai/ted_fix_link
fixes a few links
2022-06-09 19:08:07 -07:00