File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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:
113113- ` OpenAI ` : A client for sending requests to the OpenAI API.
114114- ` new ` : An alias to ` OpenAI ` to create a new instance of the OpenAI client
115115- ` 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
117117
118118### Classes
119119
Original file line number Diff line number Diff line change 1- local VERSION = " 1.0 .0"
1+ local VERSION = " 1.1 .0"
22local ltn12 = require (" ltn12" )
33local cjson = require (" cjson" )
44local 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"
22
33ltn12 = require " ltn12"
44cjson = require " cjson"
You can’t perform that action at this time.
0 commit comments