Skip to content

Commit 1d6a45b

Browse files
committed
Fix kernel reset payload.
1 parent 5d85dde commit 1d6a45b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontend/src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ function App() {
8282
headers: {
8383
"Content-Type": "application/json",
8484
},
85+
body: JSON.stringify({}),
8586
})
8687
.then(() => {})
8788
.catch((error) => console.error("Error:", error));

setup.py

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

88
setup(
99
name='gpt_code_ui',
10-
version='0.42.28',
10+
version='0.42.29',
1111
description="An Open Source version of ChatGPT Code Interpreter",
1212
long_description=long_description,
1313
long_description_content_type='text/markdown', # This field specifies the format of the `long_description`.

0 commit comments

Comments
 (0)