summaryrefslogtreecommitdiff
path: root/context.c
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-02-18 13:29:28 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-02-18 13:29:28 +0100
commit128c209108b1178daeef48247ff55dcecc1c51fe (patch)
treea5769522c7bf352624488c8ab34a9a8479c22fec /context.c
parenta123d9f1ebebb6ad20155285c9457a6d6a5c7a61 (diff)
downloadllmnpc-128c209108b1178daeef48247ff55dcecc1c51fe.tar.gz
Cleanup and refactor
Diffstat (limited to 'context.c')
-rw-r--r--context.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/context.c b/context.c
index f015086..b1daf95 100644
--- a/context.c
+++ b/context.c
@@ -10,9 +10,6 @@
#include <string.h>
#include <getopt.h>
-#define MAX_TOKENS 512
-#define MAX_TOKEN_LEN 32
-
static void llama_log_callback(enum ggml_log_level level, const char *text, void *user_data) {
(void)level;
(void)user_data;