We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463ebc5 commit 03fa640Copy full SHA for 03fa640
ac-local-plugin/example/ep-chat.cpp
@@ -41,15 +41,6 @@ int main() try {
41
});
42
llama.expectState<schema::StateInstance>();
43
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
53
const std::string roleUser = "user";
54
const std::string roleAssistant = "assistant";
55
llama.call<schema::StateInstance::OpChatBegin>({
0 commit comments