Skip to content

Commit 03fa640

Browse files
committed
fix: remove duplicate call in chat example
1 parent 463ebc5 commit 03fa640

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ac-local-plugin/example/ep-chat.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ int main() try {
4141
});
4242
llama.expectState<schema::StateInstance>();
4343

44-
llama.call<schema::StateInstance::OpChatBegin>({
45-
.setup = "A chat between a human user and a helpful AI assistant.",
46-
.roleUser = "user",
47-
.roleAssistant = "assistant"
48-
});
49-
llama.expectState<schema::StateChat>();
50-
51-
52-
5344
const std::string roleUser = "user";
5445
const std::string roleAssistant = "assistant";
5546
llama.call<schema::StateInstance::OpChatBegin>({

0 commit comments

Comments
 (0)