We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d85dde commit 1d6a45bCopy full SHA for 1d6a45b
frontend/src/App.tsx
@@ -82,6 +82,7 @@ function App() {
82
headers: {
83
"Content-Type": "application/json",
84
},
85
+ body: JSON.stringify({}),
86
})
87
.then(() => {})
88
.catch((error) => console.error("Error:", error));
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='gpt_code_ui',
10
- version='0.42.28',
+ version='0.42.29',
11
description="An Open Source version of ChatGPT Code Interpreter",
12
long_description=long_description,
13
long_description_content_type='text/markdown', # This field specifies the format of the `long_description`.
0 commit comments