We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4c701 commit 5d3bcd9Copy full SHA for 5d3bcd9
Runtime/LLM.cs
@@ -273,7 +273,7 @@ public string SSLKey
273
public LLMService llmService { get; private set; }
274
275
/// <summary>Model architecture name (e.g., "llama", "mistral")</summary>
276
- [Tooltip("Model architecture name (e.g., "llama", "mistral")")]
+ [Tooltip("Model architecture name (e.g., \"llama\", \"mistral\")")]
277
public string architecture => llmlib?.architecture;
278
279
/// <summary>True if this model only supports embeddings (no text generation)</summary>
0 commit comments