XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Update runtime.go

1f2b0fdf
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -1
Modified g4f-go/runtime.go +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.