File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 1.0.0 2024 Nov 19
6
+
7
+ - add o1 model support by specifying several parameters:
8
+ - 1 . no system message;
9
+ - 2 . temperature only accepts 1.0;
10
+ - 3 . max_tokens field -> max_completion_tokens
11
+ - change logging file handler from TimedRotatingFileHandler to ConcurrentRotatingFileHandler
12
+ - add en/zh language support for help menu
13
+ - add readme for github and pypi
14
+ - add gif demo in readme
15
+
5
16
## 0.3.3 2024 May 15
6
17
7
18
- trivial: update default model to gpt-4o
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyterlab-notechat" ,
3
- "version" : " 0.3.3 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " Chat with an AI Assistant in the Notebook" ,
5
5
"keywords" : [
6
6
" jupyter" ,
You can’t perform that action at this time.
0 commit comments