Commit Graph

  • 77e5cf9793 Periodically close open request.Sessions to avoid buggy interaction with Docker Desktop (#478) John Allard 2023-06-05 17:23:47 -07:00
  • fe3abd16b5 Update version.py (#458) v0.27.7 hallacy 2023-05-19 10:28:16 -07:00
  • da82878938 Updating code and readme to reference the Azure's newest 2023-05-15 API version. (#452) Gerardo Lecaros 2023-05-18 15:26:57 -07:00
  • 2b21516ee8 Update README to use gpt-3.5-turbo by default (#441) Atty Eleti 2023-05-09 21:37:02 +05:30
  • 91a63f2ccd Fixed CLI streamed chat completions. (#319) Mike Amy 2023-05-09 01:27:54 +07:00
  • 03f848e3c9 allow api_version to be set by environment variable (#438) Krista Pratico 2023-05-06 09:26:23 -07:00
  • f24d1931d3 Embeddings util - remove unnecessary sort by index (#430) Rafal Wojdyla 2023-05-03 16:24:25 +01:00
  • c975bce15e bump version (#428) v0.27.6v2 Michelle Pokrass 2023-05-01 15:54:06 -07:00
  • 6fb0efde6f fix error messages mentioning support@ (#427) v0.27.6 Michelle Pokrass 2023-05-01 15:50:21 -07:00
  • c556584eff allow for user passed requests.Session (#390) Krista Pratico 2023-04-27 10:01:49 -07:00
  • 96e7642a8e Bump to 0.27.5 (#417) v0.27.5 hallacy 2023-04-27 09:52:16 -07:00
  • db3f3526f1 Pass in keyword arguments in embedding utility functions (#405) Liren Tu 2023-04-19 14:04:20 -07:00
  • 794def37e5 updated the link for OpenAI API (#400) Someet_Sahoo 2023-04-18 01:40:12 +05:30
  • c5f0cc41fb Add openai/datalib/__init__.py (#404) Harutaka Kawamura 2023-04-18 02:59:15 +09:00
  • d6fa3bfaae add case to handle indented .json parsing (#175) (#389) joe-at-openai 2023-04-10 08:41:17 -07:00
  • ff8d5cf1d4 Fix grabbing value out of header (#388) Luke 2023-04-10 08:37:26 -07:00
  • aa133ce3a8 Update __init__.py (#382) Harutaka Kawamura 2023-04-08 13:38:25 +09:00
  • 6572ef4f85 Add proxy argument support for openai client (#313) ZheNing Hu 2023-04-08 09:09:55 +08:00
  • bd269ab915 Speed up imports (#386) hallacy 2023-04-07 17:53:16 -07:00
  • cf03fe16a9 Bump version to v0.27.4 (#373) v0.27.4 Atty Eleti 2023-04-04 10:41:28 -07:00
  • ed821c85c3 add support for azure openai api (#359) iaalm 2023-04-04 14:34:08 +08:00
  • 39cdc66235 [audio] Use supplied api key (#170) (#369) v0.27.3 Michelle Pokrass 2023-04-03 14:03:22 -07:00
  • 47ce29542e set openai.proxy explicitly to Requests lib to override environmental defaults (#339) Bojie Li 2023-03-30 13:11:40 +08:00
  • 15c6aebc6c Fix a couple of grammar mistakes in chatml.md (#316) Owain Davies 2023-03-30 11:41:12 +07:00
  • 6db251894c CLI: Fix missing max_tokens arg of chat_completions.create (#317) Jhen-Jie Hong 2023-03-30 06:47:28 +08:00
  • 931b4d23c7 Handle OpenAIErrors created with 'str' json_body (#356) Lucas Pickup 2023-03-29 14:27:12 -07:00
  • 237448dc07 doc: add symbol comma into chatml.md (#329) liuliu 2023-03-25 23:26:16 +08:00
  • 2b0bb90712 2023-03-15-preview as default (#335) Christian Mürtz 2023-03-25 16:25:07 +01:00
  • 62a208d93a add cli version arg (#298) Pinxi 2023-03-22 11:04:36 +08:00
  • f3e06c05c5 'let us know at on our support page' to 'let us know on our support page' (#308) Muluken Hakim 2023-03-22 06:03:07 +03:00
  • 1dc9f172f1 Update chatml.md logankilpatrick-patch-1 Logan Kilpatrick 2023-03-20 10:39:07 -07:00
  • 1d6142f376 Update README.md (#301) Anthony Chiu 2023-03-14 07:19:13 +08:00
  • 6c23b7f62d Create wheels (#297) v0.27.2 hallacy 2023-03-10 19:48:42 -08:00
  • 94428401b4 Bump version (#289) v0.27.1 Michelle Pokrass 2023-03-08 12:37:21 -08:00
  • 9b5f8dbd9f fix:fix response format bug (#282) guaguaguaxia 2023-03-09 04:33:49 +08:00
  • fad5a24bb9 make SQL example pointer consistent (#273) Ethan Knights 2023-03-07 03:24:17 +00:00
  • 8470953ce2 Use kwargs (#236) Pinxi 2023-03-06 19:13:41 -08:00
  • 81ad94e745 fixed a minor typo in chatml.md (#260) Kanta Yamaoka (山岡幹太) 2023-03-03 23:00:40 +09:00
  • 81e624e8ba Fixed a tiny typo in chatml.md (#249) Kevin Huang 2023-03-02 12:22:41 -05:00
  • d008c3b702 Typo, line 93 (#259) David Thayer 2023-03-02 09:21:11 -08:00
  • 1165639843 Update chatml.md (#244) Greg Brockman 2023-03-01 15:12:41 -08:00
  • 75c90a71e8 Create chatml.md (#238) Logan Kilpatrick 2023-03-01 12:09:37 -06:00
  • 62b73b9bd4 Add ChatCompletions and Audio endpoints (#237) v0.27.0 Atty Eleti 2023-03-01 09:38:18 -08:00
  • 62ebb446d4 Fixes for embedding requirements install (#227) Eduard van Valkenburg 2023-03-01 18:33:52 +01:00
  • cf8a2751e6 Bump version to 0.26.5 (#217) Atty Eleti 2023-02-07 14:24:53 -08:00
  • 5386db1059 Fixes #184: JSON parsing issue when async streaming (#216) v0.26.5 Atty Eleti 2023-02-07 14:18:33 -08:00
  • fb6232f7b9 Remove mention of support email (#215) Logan Kilpatrick 2023-02-06 16:12:42 -06:00
  • 341b85d884 Create issue templates (#214) Logan Kilpatrick 2023-02-06 16:06:06 -06:00
  • 5ac7946f20 Add 'bytes' argument to __find_matching_files() (#207) Sergey Kozlov 2023-02-07 00:43:26 +06:00
  • 33fd6267f8 Replace self with cls in classmethods for consistency (#211) Thang Dang 2023-02-07 03:40:29 +09:00
  • b23ecafe49 Bump version (#204) v0.26.4 Damien Deville 2023-01-26 13:38:52 -08:00
  • ca2fbacf4a Fix invalid pyproject.toml file and move to setup.cfg (#201) Damien Deville 2023-01-26 13:34:42 -08:00
  • 86dff298f7 Add license metadata for pypi (#198) Jon Bringhurst 2023-01-25 11:07:55 -08:00
  • 41f938fb90 Bump to version 0.26.3 (#200) v0.26.3 hallacy 2023-01-25 07:25:40 -08:00
  • 88b267b922 fix(download): Fix download url by reverting change (#197) James Chua 2023-01-25 12:21:00 +08:00
  • bf51385a06 Modify README to clarify documentation section (#193) Logan Kilpatrick 2023-01-24 11:35:30 -06:00
  • 634901591e Improve error message in case of a misformatted file (#158) (#190) v0.26.2 joe-at-openai 2023-01-21 17:53:02 -08:00
  • 48b69293a3 Add fine_tunes.delete cmd to cli (#187) Christian Mürtz 2023-01-17 16:57:37 +01:00
  • 4a33f3f1a1 Update README.md (#188) Agnieszka Stec 2023-01-16 19:47:20 -10:00
  • 040f72efc4 Bump version (#182) v0.26.1 Damien Deville 2023-01-13 12:51:26 -08:00
  • e5b7d1a2ef [openai-python] Change request logs to debug level (#152) (#178) Damien Deville 2023-01-12 17:06:50 -08:00
  • 5d1a72688a Fix some typing issues (#177) Damien Deville 2023-01-12 17:06:42 -08:00
  • ef8f1f1af6 Async iterator needs to be consumed with async for (#179) Nuno Campos 2023-01-12 20:53:45 +00:00
  • e7ee4daaa5 Several fixes to make Completion.acreate(stream=True) work (#172) Nuno Campos 2023-01-12 17:55:39 +00:00
  • 71cee6a4ab Fix FineTune.stream_events (#176) Damien Deville 2023-01-11 21:35:30 -08:00
  • 777c1c3de1 Fix documentation typo (#175) Josh Bode 2023-01-11 13:48:54 +08:00
  • 4fee0da142 Bump to 0.26.0 (#170) v0.26.0 hallacy 2023-01-06 15:35:09 -08:00
  • 70c2a853d8 Add optional mask for dalle's edit api (#157) (#169) YufeiG 2023-01-06 17:11:37 -05:00
  • a730583304 Remove search, answers, classifications (#154) (#168) hallacy 2023-01-06 12:40:33 -08:00
  • 3afcfb276d Allow passing of api_key in image.create (#163) hallacy 2023-01-06 12:27:49 -08:00
  • ede0882939 Make numpy and pandas optional for ~7 times smaller deps (#153) Jakub Roztocil 2023-01-06 12:23:29 -08:00
  • 9678e1547a Including the underlying errors in the error message for Timeout & APIConnectionError (#137) Greg Brockman 2023-01-06 12:19:38 -08:00
  • 7af43ce02c Fix API requestor hanging when not using a global session (#167) Damien Deville 2023-01-06 12:15:42 -08:00
  • fb4b672ac9 Add deployments cli cmd (#165) Christian Mürtz 2023-01-06 20:32:02 +01:00
  • 0abf64137c Add async support (#146) Andrew Chen Wang 2023-01-04 19:39:57 -05:00
  • ec4943f93c Azure OpenAI 2022-12-01 (#159) Christian Mürtz 2022-12-22 19:19:38 +01:00
  • cb120bf4ad Fix mypy (#158) Michal Vasilek 2022-12-21 21:46:28 +01:00
  • 528a5ba196 Do not require typing_extensions with Python 3.8+ (#154) Michal Vasilek 2022-12-20 18:07:26 +01:00
  • bbea3dc0da Include long description (#157) Michael Weiss 2022-12-20 18:03:41 +01:00
  • af59037ab4 fix(wandb): encoding on Windows (#148) Boris Dayma 2022-12-07 11:29:30 -06:00
  • 3c00e856ad Add Moderation endpoint to readme (#151) (#138) hallacy 2022-11-17 14:57:04 -08:00
  • dc33cb9d30 Update readme with image information (#135) Michelle Pokrass 2022-11-03 16:02:00 -07:00
  • 5f60acacf2 Rename DALL·E to Image (#134) v0.25.0 Michelle Pokrass 2022-11-02 12:45:32 -07:00
  • d59672b3b6 Add Dalle Support (#147) (#131) v0.24.0 hallacy 2022-10-21 10:29:27 -07:00
  • d1769c155a Fix KeyError occurring using fine_tunes.prepare_data (#125) Serina Grill 2022-10-16 16:01:52 -07:00
  • 34a1209754 Update README.md (#127) Chris 2022-09-30 22:47:16 -02:00
  • 15b6354fc5 Add missing dependencies (#126) v0.23.1 Michelle Pokrass 2022-09-28 11:22:21 -07:00
  • 09dc7ef3e1 Add api_key parameter to Moderation.create (#123) Zafer Cavdar 2022-09-20 18:56:06 +03:00
  • e51ae9153e Add an = to <= check in embedding_utils (#118) hallacy 2022-08-26 10:31:23 -07:00
  • 3edecbee24 Hallacy/v23 (#116) v0.23.0 hallacy 2022-08-23 20:06:43 -07:00
  • d519ffd0aa [api_requestor] Log request_id with response (#145) rachel/qol Rachel Lim 2022-08-12 09:43:00 -07:00
  • f3e3083c22 v0.22.1 (#114) v0.22.1 hallacy 2022-08-02 15:48:48 -07:00
  • 7884a7b96f Ted/move examples to openai cookbook (#112) v0.22.0 Ted Sanders 2022-07-26 06:35:13 -07:00
  • a7e3edf031 Add deployment_id parameter for azure (#109) t-asutedjo 2022-07-20 23:30:45 +02:00
  • 3005ee57e2 Fixed args in refresh_from call in ErrorObject (#107) Zafer Cavdar 2022-07-01 02:46:13 +03:00
  • 8f8f791c5f Update setup.py (#99) oscar-king 2022-06-27 19:14:39 +02:00
  • 53e5ba4bf8 Add Azure AD authentication support (#92) t-asutedjo 2022-06-24 09:53:19 +02:00
  • d4f2d0fdff Add azure embeddings example notebook (#104) t-asutedjo 2022-06-21 19:01:27 +02:00
  • 0e37b4925e [Azure] Capacity is not needed for scale types other than 'manual' (#103) Sorin Suciu 2022-06-21 07:12:10 -07:00
  • 24fc6924c8 v0.20.1: patch how model is handled in moderation endpoint. (#102) v0.20.0 Lilian 2022-06-14 22:43:38 -07:00