File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ The `openai` module returns a table with the following fields:
113
113
- ` OpenAI ` : A client for sending requests to the OpenAI API.
114
114
- ` new ` : An alias to ` OpenAI ` to create a new instance of the OpenAI client
115
115
- ` ChatSession ` : A class for managing chat sessions and history with the OpenAI API.
116
- - ` VERSION = "1.0 .0" ` : The current version of the library
116
+ - ` VERSION = "1.1 .0" ` : The current version of the library
117
117
118
118
### Classes
119
119
Original file line number Diff line number Diff line change 1
- local VERSION = " 1.0 .0"
1
+ local VERSION = " 1.1 .0"
2
2
local ltn12 = require (" ltn12" )
3
3
local cjson = require (" cjson" )
4
4
local unpack = table.unpack or unpack
Original file line number Diff line number Diff line change 1
- VERSION = " 1.0 .0"
1
+ VERSION = " 1.1 .0"
2
2
3
3
ltn12 = require " ltn12"
4
4
cjson = require " cjson"
You can’t perform that action at this time.
0 commit comments