Skip to content

Commit 5d3bcd9

Browse files
author
trkim
committed
fix: Remove invalid Tooltip attribute from architecture property
1 parent 1c4c701 commit 5d3bcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/LLM.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public string SSLKey
273273
public LLMService llmService { get; private set; }
274274

275275
/// <summary>Model architecture name (e.g., "llama", "mistral")</summary>
276-
[Tooltip("Model architecture name (e.g., "llama", "mistral")")]
276+
[Tooltip("Model architecture name (e.g., \"llama\", \"mistral\")")]
277277
public string architecture => llmlib?.architecture;
278278

279279
/// <summary>True if this model only supports embeddings (no text generation)</summary>

0 commit comments

Comments
 (0)