-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch releases version v0.0.1. Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
- Loading branch information
1 parent
b8fc6d7
commit 257aea3
Showing
7 changed files
with
66 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# WARNING: auto-generated by AutomataCI | ||
|
||
cff-version: "1.2.0" | ||
type: "software" | ||
date-released: "2024-04-01" | ||
title: "Holloway's 'Hi AI!" | ||
version: "0.0.1" | ||
license: "Apache-2.0" | ||
repository: "https://github.com/ChewKeanHo/APP_hiAI" | ||
repository-code: "https://github.com/ChewKeanHo/APP_hiAI" | ||
repository-artifact: "https://github.com/ChewKeanHo/APP_hiAI/wiki/" | ||
url: "https://www.hollowaykeanho.com/" | ||
contact: | ||
- affiliation: "(Holloway) Chew, Kean Ho" | ||
email: "[email protected]" | ||
website: "https://www.hollowaykeanho.com/" | ||
abstract: |- | ||
Since Google made its Google's Gemini AI Advanced Ultra for 2 | ||
months trial with API supports for developer, it's better not to | ||
waste the opportunity. With REST API readily available, it's very | ||
easy to to turn a dumb computer with online access into an AI | ||
supported device via large language model (LLM) prompt. | ||
This project is to make LLM AI prompt available for all the current | ||
computing devices via interacting with API so that one does not | ||
need to overly dependent on a graphical user interface alone. | ||
When operating in Sandbox mode, this app requires: | ||
(1) Network access to communicate with service providers' API. | ||
(2) Filesystem access for 'text2image' or 'text2video' queries | ||
for saving the media output files. | ||
message: |- | ||
Please cite and reference this repository accordingly. | ||
authors: | ||
- given-names: "Kean Ho" | ||
family-names: "Chew" | ||
email: "[email protected]" | ||
affiliation: "Independent" | ||
orcid: "https://orcid.org/0000-0003-4202-4863" | ||
identifiers: | ||
- type: doi | ||
value: "10.0000/publisher.000000" | ||
description: "Software" | ||
keywords: | ||
- "ai application" | ||
- "prompt" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
hollowayhiai (0.0.1) stable; urgency=low | ||
|
||
* root: updated Package CI job for the application | ||
* automataCI: performed early patched to archive CI job algorithm | ||
* src: implemented polygot script build alogrithm | ||
* CONFIG.toml: updated URI to match upstream repository address | ||
|
@@ -9,4 +10,4 @@ hollowayhiai (0.0.1) stable; urgency=low | |
* README.md: updated with how-tos guides | ||
* src: developed first prototype | ||
|
||
-- (Holloway) Chew, Kean Ho <[email protected]> Sun, 31 Mar 2024 17:47:26 +0800 | ||
-- (Holloway) Chew, Kean Ho <[email protected]> Mon, 01 Apr 2024 06:25:39 +0800 |