Clean up the docs a bit more.

This commit is contained in:
Adam Treat 2023-04-25 21:15:38 -04:00
parent 4e5c4927fc
commit ae7ca04408

View File

@ -14,7 +14,7 @@ extern "C" {
typedef void *llmodel_model; typedef void *llmodel_model;
/** /**
* PromptContext_C structure for holding the prompt context. * llmodel_prompt_context structure for holding the prompt context.
*/ */
typedef struct { typedef struct {
float *logits; // logits of current context float *logits; // logits of current context