Merge pull request #334 from devchat-ai/fix_ask_code_encode_error
fix encode error for ask-code
This commit is contained in:
commit
80008974da
@ -53,7 +53,10 @@ export async function askCode(message: any, panel: vscode.WebviewPanel|vscode.We
|
||||
return ;
|
||||
}
|
||||
|
||||
let envs = {};
|
||||
let envs = {
|
||||
PYTHONUTF8:1,
|
||||
...process.env,
|
||||
};
|
||||
|
||||
const llmModelData = await ApiKeyManager.llmModel();
|
||||
if (!llmModelData) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user