mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
fix: provider codegen
This commit is contained in:
parent
7beb0e034c
commit
5a143a3d0a
1 changed files with 0 additions and 4 deletions
|
@ -358,10 +358,6 @@ def generate_index_docs(api_name: str, api_docstring: str | None, provider_entri
|
|||
md_lines.append("")
|
||||
|
||||
md_lines.append(f"This section contains documentation for all available providers for the **{api_name}** API.")
|
||||
md_lines.append("")
|
||||
|
||||
md_lines.append("## Providers")
|
||||
md_lines.append("")
|
||||
|
||||
return "\n".join(md_lines) + "\n"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue