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.
2 parents b6d4aed + eb329a2 commit da8b568Copy full SHA for da8b568
src/toolwrapper/devchat.ts
@@ -256,6 +256,7 @@ class DevChat {
256
"PYTHONPATH": UiUtilWrapper.extensionPath() + "/tools/site-packages",
257
// eslint-disable-next-line @typescript-eslint/naming-convention
258
"OPENAI_API_KEY": llmModelData.api_key.trim(),
259
+ "DEVCHAT_UNIT_TESTS_USE_USER_MODEL": 1,
260
261
...llmModelData.api_base? { "OPENAI_API_BASE": llmModelData.api_base, "OPENAI_BASE_URL": llmModelData.api_base } : {}
262
};
0 commit comments