Skip to content

Commit 1bd40b0

Browse files
committed
update to 1.2.4
1 parent 39c0871 commit 1bd40b0

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,3 @@ jobs:
9696
- uses: actions/checkout@v3
9797
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
9898
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
99-
with:
100-
ignore_links: |
101-
https://api.openai.com
102-

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to PyPI
33
on:
44
push:
55
tags:
6-
- 'v1.2.3' # 当推送标签时触发(如 v1.0.0)
6+
- 'v1.2.4' # 当推送标签时触发(如 v1.0.0)
77

88
jobs:
99
publish:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 1.2.3 2025 Jun 18
5+
## 1.2.3 - 1.2.4 2025 Jun 18
66

77
- fix: github actions check links ignore some links
88

examples/示例:图像识别.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"id": "152c9d06-533e-4ad9-be1c-81ba73da13fb",
262262
"metadata": {},
263263
"source": [
264-
"**user** @refs alone @base_url https://api.openai.com @vision_model gpt-4o @llm_api_key sk-proj-xxxxxx\n",
264+
"**user** @refs alone @base_url xxxxxx @vision_model gpt-4o @llm_api_key sk-proj-xxxxxx\n",
265265
"\n",
266266
"图片中是什么?\n",
267267
"\n",

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": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Chat with an AI Assistant in the Notebook",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)