mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-08 02:03:42 +08:00
feat: refactor LLM api request code, get API URL from ApiKey object
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"chatplus/utils"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
fmt.Println(utils.RandString(64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user