mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-24 06:27:22 +00:00
add comment to ModelInfo
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
d49b64d24e
commit
ff927b571e
@ -109,6 +109,9 @@ public:
|
||||
QString description() const;
|
||||
void setDescription(const QString &d);
|
||||
|
||||
/* For built-in OpenAI-compatible models (isOnline && !isCompatibleApi), this is the full completions endpoint URL.
|
||||
* For custom OpenAI-compatible models (isCompatibleApi), this is not set.
|
||||
* For discovered models (isDiscovered), this is the resolved URL of the GGUF file. */
|
||||
QString url() const;
|
||||
void setUrl(const QString &u);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user