Skip to content

Commit 730ad1e

Browse files
committed
update providers configuratin + add lumenfall to the extensions
1 parent d1f679e commit 730ad1e

File tree

3 files changed

+232
-324
lines changed

3 files changed

+232
-324
lines changed

content/docs/extensions/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Extensions can be installed from GitHub or by creating a local folder:
1212
- **Local**: Simply create a folder in `~/.llms/extensions/my_extension`
1313
- **GitHub**: Clone extensions into `~/.llms/extensions`, e.g:
1414

15-
```
15+
```bash
1616
git clone https://github.com/user/repo ~/.llms/extensions/my_extension
1717
```
1818

@@ -27,8 +27,9 @@ Output:
2727

2828
```
2929
Available extensions:
30+
lumenfall Access 50+ image models from various providers through an OpenAI-compatible API
31+
gemini Google Gemini RAG file search with document management, auto-upload & sync capabilities
3032
fast_mcp Add MCP Support using FastMCP
31-
gemini Google Gemini RAG file search with document management, auto-upload & sync
3233
xmas Example of utilizing the Extensions APIs to give llms.py some Christmas spirit
3334
duckduckgo Add web search tool capabilities using Duck Duck Go
3435

content/docs/features/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"run-code-ui",
1111
"katex",
1212
"model-selector",
13-
"system-prompts"
13+
"system-prompts",
14+
"providers"
1415
]
1516
}

0 commit comments

Comments
 (0)