Skip to content

Commit

Permalink
Fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
qianlifeng committed Jun 14, 2024
1 parent 6b1e6d8 commit bca8e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wox/plugin/system/app/app_darwin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (e emptyAPIImpl) OnSettingChanged(ctx context.Context, callback func(key st
func (e emptyAPIImpl) RegisterQueryCommands(ctx context.Context, commands []plugin.MetadataCommand) {
}

func (e emptyAPIImpl) LLMChatStream(ctx context.Context, conversations []llm.Conversation, callback llm.ChatStreamFunc) error {
func (e emptyAPIImpl) LLMStream(ctx context.Context, conversations []llm.Conversation, callback llm.ChatStreamFunc) error {
return nil
}

Expand Down

0 comments on commit bca8e3d

Please sign in to comment.