Skip to content

Commit f72fc91

Browse files
committed
[ Add ] release 1.8.4
1 parent 7802707 commit f72fc91

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"cSpell.words": ["openai"]
2+
"cSpell.words": ["openai"],
3+
"editor.acceptSuggestionOnEnter": "off"
34
}

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.8.4
2+
3+
- base url not changeable after first request fixed.
4+
15
# 1.8.3
26

37
- Fixed web issue for chat streams
@@ -88,34 +92,34 @@
8892
- Made improvements
8993
- Added example to showcase how to use.
9094

91-
## 1.0.7
95+
# 1.0.7
9296

9397
- Informed about using the dotenv package instead of flutter_dotenv since not all dart applications are flutter's.
9498
- Fixed issues
9599

96-
## 1.0.6
100+
# 1.0.6
97101

98102
- added tests for fine-tunes
99103
- fixed type system issues
100104
-
101105

102-
## 1.0.5
106+
# 1.0.5
103107

104108
- Added error handling explanation, example in the README.md
105109

106-
## 1.0.4
110+
# 1.0.4
107111

108112
- Added clarifications in READMe.md
109113

110-
## 1.0.3
114+
# 1.0.3
111115

112116
- Fixed issues
113117

114-
## 1.0.1
118+
# 1.0.1
115119

116120
- fixed issues
117121
- Added documentation for responses fields for better understanding, familiarization for developer.
118122

119-
## 1.0.0
123+
# 1.0.0
120124

121125
- All APIs are included.

lib/src/core/builder/base_api_url.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import '../constants/config.dart';
55
@immutable
66
@internal
77
abstract class BaseApiUrlBuilder {
8-
98
/// This is used to build the API url for all the requests, it will return a [String].
109
/// if an [id] is provided, it will be added to the url as well.
1110
@internal

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_openai
22
description: Dart SDK for openAI Apis (GPT-3 & DALL-E), integrate easily the power of OpenAI's state-of-the-art AI models into their Dart applications.
3-
version: 1.8.3
3+
version: 1.8.4
44
homepage: https://github.com/anasfik/openai
55
repository: https://github.com/anasfik/openai
66
documentation: https://github.com/anasfik/openai/blob/main/README.md

0 commit comments

Comments
 (0)