File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.2
2
+
3
+ * Update README
4
+
5
+
1
6
## 0.0.1
2
7
3
8
* Initial release of ChatGPT API Client
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Access OpenAI ChatGPT Official API using Dart Language. Supports any Dart projec
9
9
- Support any custom model as Parameter (GPT-3.5, GPT-4, etc)
10
10
- Support Stream HTTP Response using native Dart Stream.
11
11
- Support Standard HTTP Response.
12
+ - Pass custom system prompt and temperature.
12
13
13
14
## Getting started
14
15
@@ -21,7 +22,7 @@ Register for API key from [OpenAI](https://openai.com/api).
21
22
Initialize with api key. Default model is ` gpt-3.5-turbo ` .
22
23
23
24
``` dart
24
- import 'package:chatgpt_api/src/chatgptapi .dart';
25
+ import 'package:chatgpt_client/chatgpt_client .dart';
25
26
26
27
const api = ChatGPTAPI(apiKey: "API_KEY");
27
28
```
Original file line number Diff line number Diff line change 1
1
name : chatgpt_client
2
2
description : ChatGPT API Client for Dart
3
- version : 0.0.1
3
+ version : 0.0.2
4
4
homepage : https://github.com/alfianlosari/chatgpt_api_dart
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments