返回提交历史
Modified
g4f-go/runtime.go
+0
-1
XFEstudio/gpt4free
Update runtime.go
1f2b0fdf
代码差异
1 个文件
+0
-1
@@ -27,7 +27,6 @@ const embedEmptyPlaceholder = "EMPTY_PYTHON_RUNTIME"
27
27
// path. The binary itself stays completely portable — nothing is written next
28
28
// to the executable.
29
29
func ensureRuntime() (string, error) {
30
start := time.Now()
31
30
binDir := installDir()
32
31
33
32
// First run: extract and install g4f into the embedded Python.