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 ebe6aeb commit 56cadbdCopy full SHA for 56cadbd
electron/main.mjs
@@ -40,6 +40,7 @@ async function startServer(isPackaged) {
40
process.env.WORKSPACE_DIR || join(dataDir, 'workspace');
41
process.env.GPTSCRIPT_GATEWAY_URL =
42
process.env.GPTSCRIPT_GATEWAY_URL || gatewayUrl;
43
+ process.env.GPTSCRIPT_OPENAPI_REVAMP = 'true';
44
45
console.log(
46
`Starting app server with GPTSCRIPT_BIN="${process.env.GPTSCRIPT_BIN}"`
0 commit comments