Skip to content

Commit d1d5f8c

Browse files
ivictboryaroslav8765
authored andcommitted
Revise plugin descriptions and update links in README
Updated links and descriptions for plugins and features in the README.
1 parent 190e067 commit d1d5f8c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,20 @@ npx adminforth create-app
4040

4141
## Previews
4242

43-
4443
<a href="https://adminforth.dev/docs/tutorial/Customization/customPages">Custom Dashboard</a>
4544
<br/>
4645
<img src="https://github.com/user-attachments/assets/aa899196-f7f3-4582-839c-2267f2e9e197" alt="AdminForth Dashboard demo" width="80%" />
4746

48-
<a href="https://adminforth.dev/docs/tutorial/Plugins/chat-gpt">Chat-GPT plugin</a>
47+
<a href="https://adminforth.dev/docs/tutorial/Plugins/chat-gpt">Text completion plugin (Copilot-style) using LLMs</a>
4948
<br/>
5049

5150
<img src="https://github.com/user-attachments/assets/cfa17cbd-3a53-4725-ab46-53c7c7666028" alt="AdminForth ChatGPT demo" width="80%" />
5251

53-
<a href="https://adminforth.dev/docs/tutorial/Plugins/upload/#image-generation">Image DALEE Generation</a>
54-
<br/>
52+
<a href="https://adminforth.dev/docs/tutorial/Plugins/upload/#image-generation">Image Generation using image generation models</a>
53+
<br/>
5554
<img src="https://github.com/user-attachments/assets/b923e044-7e29-46ff-ab91-eeca5eee2b0a" alt="AdminForth DALE-E image generator demo" width="80%">
5655

5756

58-
59-
6057
# For developers
6158

6259
The most convenient way to add new features or fixes is using `dev-demo`. It imports the source code of the repository and plugins so you can edit them and see changes on the fly.

0 commit comments

Comments
 (0)