mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-17 05:33:42 +08:00
♻️ refactor: provider refactor (#41)
* ♻️ refactor: provider refactor
* 完善百度/讯飞的函数调用,现在可以在`lobe-chat`中正常调用函数了
This commit is contained in:
7
common/test/init/init.go
Normal file
7
common/test/init/init.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package init
|
||||
|
||||
import "testing"
|
||||
|
||||
func init() {
|
||||
testing.Init()
|
||||
}
|
||||
Reference in New Issue
Block a user