Commit Graph

445 Commits

Author SHA1 Message Date
8c7e988cd7 [ Edit, Add ] edited and updated docs of edit model directory files code 2023-11-22 03:25:26 +01:00
e02a50ffce [ Edit, Add ] edited and updated docs of completion model directory files code 2023-11-22 03:24:03 +01:00
37f613abaf [ Edit, Add ] edited and updated docs of chat model directory files code, added more docs for missing members, minor non-breaking changes for the internal functionality and adaptation for message content items.. 2023-11-22 01:52:28 +01:00
d044908b14 [ Edit ] updated docs ot builder, constans, endpoints files code. 2023-11-22 00:56:05 +01:00
ed9a444db5 [ Fix ] fixed non-serializable field in RequestFunctionMessage toMap() method 2023-11-22 00:28:46 +01:00
29b124bee4 [ Edit ] fixed some issue caught at package deploy, minor changes v4.1.5 2023-11-17 20:15:39 +01:00
0c6ab254d1 [ Edit ] updated readme.md 2023-11-17 20:09:20 +01:00
31792fa332 [ Edit ] Removed the exposed field for configuring the package to use fetch_client instead of http_client manually withe is isWeb field, in favor of using dart.library.js and dart.library.io conditional imports to automatically detect the platform and use the appropriate client for it. 2023-11-17 20:02:33 +01:00
4d4d01e18c [ Edit ] exposed logging functionality fot full responses, moved the web enabling to be set dynamically without user interaction 2023-11-17 19:57:50 +01:00
6823c68966 [ Edit ] added changlog for 4.1.4 2023-11-17 19:19:47 +01:00
8608ed09d2 [ Edit ] added note for web enabling section 2023-11-17 19:18:21 +01:00
4d19e3cb2e [ Add ] exposed enabling web mode to use fetch client with the package 2023-11-17 19:16:33 +01:00
45bb0beafd [ Edit ] fixed the analyzer issues 2023-11-17 18:49:45 +01:00
362c5a8879 [ Edit ] edited the collection package version 2023-11-17 18:46:50 +01:00
4f2252edbe [ Edit ] applied dart fiix and format 2023-11-17 18:45:21 +01:00
8bbe283ed7 [ Edit ] set changes in changelog.md 2023-11-17 18:42:49 +01:00
4d6ffb4486 [ Edit ] minor docs changes 2023-11-13 19:28:23 +01:00
1711d53000 [ Add ] added a reference for the audoi section 2023-11-13 19:25:46 +01:00
e666bc4e98 [ Edit ] edited the audio docs 2023-11-13 19:24:56 +01:00
bc298a14f6 [ Edit ] edited the embeddings docs, corrected the audio section headings 2023-11-13 19:17:02 +01:00
522ca8a397 [ Edit ] edited the image section docs 2023-11-13 19:06:03 +01:00
3a51612652 [ Edit ] applied docs changes for edits, removed unecessary section int chat tools section 2023-11-13 18:58:25 +01:00
e56666b7fe [ Add ] mentioned that the tools calls is implmented in openai 2023-11-13 18:26:24 +01:00
4d435e6793 [ Edit ] edited tool calling docs that needs testing 2023-11-13 18:24:49 +01:00
8ed1fb5409 [ Edit ] returned the version of meta to 1.9.1 2023-11-13 18:06:55 +01:00
198c6971b4 [ Edit ] chaged docs for the readme.md 2023-11-13 18:03:42 +01:00
6b9e09d5fa [ Edit ] edited the docs for authentication, models, completions sections 2023-11-13 16:23:36 +01:00
8310e4ebfc [ Remove ] remove the edit and variation models in favor of the original and single image model that are used in all 2023-11-10 02:49:15 +01:00
ea97208bde [ Edit ] minor changes in the image methods enum properties just to flex on myself, set all return types for all images method to the same response model since they are the same 2023-11-10 02:47:53 +01:00
492aaed444 [ Edit ] updated the image model to having all kind of responses: url, b64, revised_prompt. 2023-11-10 02:40:36 +01:00
a6fe44328b [ Add ] exposed the seed parameter in completion methods and system_fingerprint in its responses 2023-11-10 02:32:45 +01:00
8ebb9e9160 [ Edit ] exposed the way to include different types of a single message contents for use like gpt4(s which can accept image urls.. 2023-11-10 02:24:05 +01:00
ce8c7a3b2c [ Edit, Add ] exposed the response_format new field in methods, tried it, and changes an example of the method to use it. 2023-11-09 20:12:27 +01:00
ac37c063fa [ Edit ] turned seed to nullable after realising that it can be 2023-11-09 20:05:30 +01:00
1406aaafe6 [ Add ] exposed the systemFingerprint field in chat models 2023-11-09 20:01:21 +01:00
64c7dc139c [ Add ] added changlogs of latests changes in the changlog.md file 2023-11-09 19:56:06 +01:00
1324cb60ea [ Fix ] fixed th issue caused by relying on the old testing implmentation for the tool/function calling in the chat APIs 2023-11-09 19:51:00 +01:00
47dfcb4093 [ Edit ] edited the implmenttaion of parsing the index of the chat response choices.. 2023-11-09 19:42:44 +01:00
c3baf32bba [ Edit ] made the index field dynamic since the API behave different for some reason returning index a int or string 2023-11-09 19:34:30 +01:00
9dc435dc80 [ Edit ] applied dart fix 2023-11-09 19:16:35 +01:00
6c65db6d76 [ Add ] added timeout property ad applied it to all client.dart members 2023-11-09 19:13:21 +01:00
bbfa421c0c [ Add, Edit, Fix ] updated the implmentation of the chat completion API, did replaced the deprecated functions fields with tools, some fixes are applied and other required edits are reflected in examples and tests 2023-11-09 18:55:16 +01:00
a870ca5e59 [ Edit ] applied dart fixes 2023-11-09 15:46:12 +01:00
11f9254bbf [ Edit ] removed fine tune test since they are expensive to me 2023-11-09 15:43:58 +01:00
53691d24ab Merge branch 'main' of https://github.com/anasfik/openai 2023-11-09 15:32:25 +01:00
52d5f34e3c [ Add ] aded audio speech implmentation and core method with adding its docs and example, ready for use 2023-11-09 15:27:54 +01:00
e5ac8163f9 Update FUNDING.yml 2023-11-08 22:53:04 +01:00
6d2cbbff5a [ Edit ] disabled the debugging print method in the streaming http client method v4.1.2 2023-11-08 22:41:09 +01:00
84f3e6edea [ Edit ] disabled the debugging print method in the streaming http client method 2023-11-08 22:40:23 +01:00
11701a4825 [ Add ] version 4.1.1 v4.1.1 2023-11-08 22:32:07 +01:00