Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35c9932

Browse files
committedNov 19, 2024·
update to 1.0.0
update to 1.0.0
1 parent ce47692 commit 35c9932

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

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+
516
## 0.3.3 2024 May 15
617

718
- trivial: update default model to gpt-4o

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-notechat",
3-
"version": "0.3.3",
3+
"version": "1.0.0",
44
"description": "Chat with an AI Assistant in the Notebook",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)
Please sign in to comment.