Skip to content

Commit 1d0e22f

Browse files
committed
chore: change readme warning and minimum version
1 parent afaa2b8 commit 1d0e22f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ from applications written in Go.
77

88
> [!WARNING]
99
> The latest version of this package has small and limited breaking changes.
10-
> With the launch of `custom` tools in Chat Completions, `function` tools have been renamed to be clarify the difference between the two
11-
> The type `ChatCompletionMessageToolCall` has become `ChatCompletionMessageToolCallUnion`
12-
and `ChatCompletionMessageToolCallParam` has become `ChatCompletionMessageToolCallParamUnion`.
10+
> See the [changelog](CHANGELOG.md) for details.
1311
1412
## Installation
1513

@@ -35,7 +33,7 @@ go get -u 'github.com/openai/[email protected]'
3533

3634
## Requirements
3735

38-
This library requires Go 1.18+.
36+
This library requires Go 1.21+.
3937

4038
## Usage
4139

0 commit comments

Comments
 (0)