diff --git a/stream/main.c b/stream/main.c index 033ffba..86a07a8 100644 --- a/stream/main.c +++ b/stream/main.c @@ -22,7 +22,7 @@ int main(int argc, char *argv[]) { fgets(user_input, sizeof(user_input), stdin); char prompt[1000]; - snprintf(prompt, sizeof(prompt), "<|system|>You are a helpful assistant.<|end|>\n<|user|>%s<|end|>\n<|assistant|>", user_input); + snprintf(prompt, sizeof(prompt), "<|system|>You are a helpful assistant. Your goal is to take in what the user is doing and return 3 predictive actions/3 suggestions based on what the user is trying to do: e.g. change page title when in google sheets, or calculate sum, create chart.<|end|>\n<|user|>%s<|end|>\n<|assistant|>", user_input); // number of layers to offload to the GPU int ngl = 99;