From e74b94bd473a15a88c7301a2c6f1854749c342e1 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 18 Feb 2026 01:45:41 +0100 Subject: Seperate NPC from Prompt and Context --- context.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'context.c') diff --git a/context.c b/context.c index 9b9770c..f015086 100644 --- a/context.c +++ b/context.c @@ -13,10 +13,6 @@ #define MAX_TOKENS 512 #define MAX_TOKEN_LEN 32 -typedef struct { - -} Engine; - static void llama_log_callback(enum ggml_log_level level, const char *text, void *user_data) { (void)level; (void)user_data; -- cgit v1.2.3