mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-28 16:27:31 +00:00
Clean up the docs a bit more.
This commit is contained in:
parent
4e5c4927fc
commit
ae7ca04408
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user