Skip to content

Commit 33dc446

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent f8ab644 commit 33dc446

File tree

5 files changed

+190
-0
lines changed

5 files changed

+190
-0
lines changed

apps/Gai.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
---
2+
layout: app
3+
4+
permalink: /Gai/
5+
description: Generative-AI Tools For Beginner
6+
license: GPL-3.0-or-later
7+
8+
icons:
9+
- Gai/icons/1024x1024/gai.png
10+
screenshots:
11+
- https://webpath.iche2.com/gaidoc/en/img/screenshot-primary.png
12+
13+
authors:
14+
15+
links:
16+
17+
desktop:
18+
Desktop Entry:
19+
Version: 1.0
20+
Type: Application
21+
Name: Gai
22+
Comment: Generative-AI Tools For Beginner
23+
Categories: Utility
24+
Icon: gai
25+
Exec: AppRun
26+
Terminal: false
27+
StartupNotify: true
28+
StartupWMClass: Gai
29+
AppImageHub:
30+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
31+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
32+
could not be verified. Please remember that the signature file (.sig or .asc)
33+
should be the first file given on the command line.'
34+
X-AppImage-Type: 2
35+
X-AppImage-Architecture: x86_64
36+
37+
appdata:
38+
Type: desktop-application
39+
ID: com.iche2.gai.linux
40+
Name:
41+
C: gai
42+
Summary:
43+
C: Generative-AI Tools For Beginner
44+
Description:
45+
C: >-
46+
<p>Gai: Generative-AI Tools For Beginner
47+
48+
No ads, No registration, No other permissions required. Internet connection only.
49+
50+
Multimodal conversations: Text, images, videos – easily get the content you need.
51+
User-friendly interface: Conveniently manage prompts, instructions, parameters, and input/output.
52+
Scheduled Tasks: Pre-set time, automatically generate content.
53+
Private prompt libraries: Support offline/online prompt libraries.
54+
Multiple output options: Local logs or your private network server.
55+
Full-featured, customizable, and easy to master!</p>
56+
ProjectLicense: GPL-3.0-or-later
57+
Categories:
58+
- Utility
59+
- Documentation
60+
Url:
61+
homepage: https://webpath.iche2.com/gaidoc/en/
62+
Icon:
63+
stock: gai
64+
Launchable:
65+
desktop-id:
66+
- com.iche2.gai.linux.desktop
67+
Provides:
68+
binaries:
69+
- gai
70+
Screenshots:
71+
- default: true
72+
caption:
73+
C: Main UI, Ai Search
74+
thumbnails: []
75+
source-image:
76+
url: https://webpath.iche2.com/gaidoc/en/img/screenshot-primary.png
77+
lang: C
78+
- caption:
79+
C: Entry UI, Converse naturally with the AI, using text and images to generate content.
80+
thumbnails: []
81+
source-image:
82+
url: https://webpath.iche2.com/gaidoc/en/img/screenshot-additional-1.png
83+
lang: C
84+
- caption:
85+
C: Chat UI, Multi-turn Conversations
86+
thumbnails: []
87+
source-image:
88+
url: https://webpath.iche2.com/gaidoc/en/img/screenshot-additional-2.png
89+
lang: C
90+
ContentRating:
91+
oars-1.0: {}
92+
---
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- https://www.freedesktop.org/software/appstream/metainfocreator/#/guiapp -->
3+
4+
<component type="desktop-application">
5+
<id>com.iche2.gai.linux</id>
6+
7+
<name>gai</name>
8+
<summary>Generative-AI Tools For Beginner</summary>
9+
10+
<metadata_license>MIT</metadata_license>
11+
<project_license>GPL-3.0-or-later</project_license>
12+
13+
<!--
14+
<recommends>
15+
<display_length compare="ge">600</display_length>
16+
</recommends>
17+
18+
<supports>
19+
<control>pointing</control>
20+
<control>keyboard</control>
21+
<control>tablet</control>
22+
</supports>
23+
-->
24+
25+
<description>
26+
<p>
27+
Gai: Generative-AI Tools For Beginner
28+
29+
No ads, No registration, No other permissions required. Internet connection only.
30+
31+
Multimodal conversations: Text, images, videos – easily get the content you need.
32+
User-friendly interface: Conveniently manage prompts, instructions, parameters, and input/output.
33+
Scheduled Tasks: Pre-set time, automatically generate content.
34+
Private prompt libraries: Support offline/online prompt libraries.
35+
Multiple output options: Local logs or your private network server.
36+
Full-featured, customizable, and easy to master!
37+
</p>
38+
</description>
39+
40+
<launchable type="desktop-id">com.iche2.gai.linux.desktop</launchable>
41+
<url type="homepage">https://webpath.iche2.com/gaidoc/en/</url>
42+
<screenshots>
43+
<screenshot type="default">
44+
<image>https://webpath.iche2.com/gaidoc/en/img/screenshot-primary.png</image>
45+
<caption>Main UI, Ai Search</caption>
46+
</screenshot>
47+
48+
<screenshot>
49+
<image>https://webpath.iche2.com/gaidoc/en/img/screenshot-additional-1.png</image>
50+
<caption>Entry UI, Converse naturally with the AI, using text and images to generate content.</caption>
51+
</screenshot>
52+
<screenshot>
53+
<image>https://webpath.iche2.com/gaidoc/en/img/screenshot-additional-2.png</image>
54+
<caption>Chat UI, Multi-turn Conversations</caption>
55+
</screenshot>
56+
57+
</screenshots>
58+
59+
<icon type="stock">gai</icon>
60+
<categories>
61+
<category>Utility</category>
62+
<category>Documentation</category>
63+
</categories>
64+
65+
<provides>
66+
<binary>gai</binary>
67+
</provides>
68+
69+
<!--
70+
<developer id="gai">
71+
<name>Gai Team</name>
72+
</developer>
73+
-->
74+
<update_contact>[email protected]</update_contact>
75+
76+
<content_rating type="oars-1.0" />
77+
78+
</component>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
5+
Name=Gai
6+
Comment=Generative-AI Tools For Beginner
7+
Categories=Utility;Documentation;
8+
9+
Icon=gai
10+
Exec=AppRun
11+
Terminal=false
12+
13+
StartupNotify=true
14+
StartupWMClass=Gai
15+
[AppImageHub]
16+
# Dear upstream developer, please include update information in your AppImage
17+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
18+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
19+
X-AppImage-Type=2
20+
X-AppImage-Architecture=x86_64

database/Gai/icons/1024x1024/gai.png

793 KB
Loading

database/Gai/screenshot.png

44.6 KB
Loading

0 commit comments

Comments
 (0)