mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-08 10:13:44 +08:00
update the data struct of API KEYS
This commit is contained in:
@@ -30,7 +30,7 @@ func NewDefaultConfig() *types.Config {
|
||||
},
|
||||
Chat: types.Chat{
|
||||
ApiURL: "https://api.openai.com/v1/chat/completions",
|
||||
ApiKeys: []string{""},
|
||||
ApiKeys: make([]types.APIKey, 0),
|
||||
Model: "gpt-3.5-turbo",
|
||||
MaxTokens: 1024,
|
||||
Temperature: 0.9,
|
||||
|
||||
Reference in New Issue
Block a user