From ae7ca044084c5c40e5ad004ebc5cb5b16bce5d46 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 25 Apr 2023 21:15:38 -0400 Subject: [PATCH] Clean up the docs a bit more. --- llmodel/llmodel_c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmodel/llmodel_c.h b/llmodel/llmodel_c.h index 74d11a87..7ef9c29a 100644 --- a/llmodel/llmodel_c.h +++ b/llmodel/llmodel_c.h @@ -14,7 +14,7 @@ extern "C" { typedef void *llmodel_model; /** - * PromptContext_C structure for holding the prompt context. + * llmodel_prompt_context structure for holding the prompt context. */ typedef struct { float *logits; // logits of current context