Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ To quickly get hands on LCS, we can run it using the default configurations prov

## LLM Compatibility

Lightspeed Core Stack (LCS) supports the large language models from the providers listed below.
Lightspeed Core Stack (LCS) provides support for Large Language Model providers. The models listed in the table below represent specific examples that have been tested within LCS.
__Note__: Support for individual models is dependent on the specific inference provider's implementation within the currently supported version of Llama Stack.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix markdown style for strong emphasis.

Use asterisks (**Note**) instead of underscores (__Note__) for strong emphasis to maintain consistency with markdown best practices and pass linting checks.

Apply this diff to fix the strong style:

-__Note__: Support for individual models is dependent on the specific inference provider's implementation within the currently supported version of Llama Stack.
+**Note**: Support for individual models is dependent on the specific inference provider's implementation within the currently supported version of Llama Stack.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
__Note__: Support for individual models is dependent on the specific inference provider's implementation within the currently supported version of Llama Stack.
**Note**: Support for individual models is dependent on the specific inference provider's implementation within the currently supported version of Llama Stack.
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

167-167: Strong style
Expected: asterisk; Actual: underscore

(MD050, strong-style)


167-167: Strong style
Expected: asterisk; Actual: underscore

(MD050, strong-style)

🤖 Prompt for AI Agents
In README.md around line 167, replace the strong emphasis markers using
underscores with asterisks: change "__Note__:" to "**Note**:" so the line reads
"**Note**: Support for individual models is dependent on the specific inference
provider's implementation within the currently supported version of Llama
Stack." to conform to Markdown best practices and linting.


| Provider | Model | Tool Calling | provider_type | Example |
| -------- | ---------------------------------------------- | ------------ | -------------- | -------------------------------------------------------------------------- |
Expand Down
Loading