Replies: 2 comments 1 reply
-
请附上完整报错日志? |
Beta Was this translation helpful? Give feedback.
-
// When text documents are open, parse tests in them. // In this function, we'll get the file TestItem if we've already found it, const file = controller.createTestItem(uri.toString(), uri.path.split('/').pop()!, uri); function parseTestsInDocument(e: vscode.TextDocument) { async function parseTestsInFileContents(file: vscode.TestItem, contents?: string) { // some custom logic to fill in test.children from the contents... |
Beta Was this translation helpful? Give feedback.
-
最新的版本部署完以后,调用川虎助理及川虎助理pro模型会报错。
module 'openai' has no attribute 'error'
怀疑是调用的openai模块问题。
环境:Python: 3.9.10 • Gradio: 3.43.2 版本:20231110
Beta Was this translation helpful? Give feedback.
All reactions