-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11f7105
commit 346eaab
Showing
3 changed files
with
1,512 additions
and
1,512 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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
// ========== | ||
// == Logo == | ||
// ========== | ||
|
||
export async function asciiArtLogo() { | ||
const logo = ` | ||
:~: _ _ __ __ ___ _ _ _ _ _ | ||
.'---\`. | | | | | \\ \\ | . \\<_> ___ _| |_ <_>| || | ___ _ _ _ _ | ||
| --- | | |_ | |_ | | | | || |<_-< | | | || || |/ ._>| '_>| | | | ||
|_____| |___||___||_|_|_| |___/|_|/__/ |_| |_||_||_|\\___.|_| \`_. | | ||
<___' | ||
v1.0.10 -------- https://github.com/jparkerweb/llm-distillery ---------- | ||
`; | ||
console.log(logo); | ||
} | ||
|
||
// ========== | ||
// == Logo == | ||
// ========== | ||
|
||
export async function asciiArtLogo() { | ||
const logo = ` | ||
:~: _ _ __ __ ___ _ _ _ _ _ | ||
.'---\`. | | | | | \\ \\ | . \\<_> ___ _| |_ <_>| || | ___ _ _ _ _ | ||
| --- | | |_ | |_ | | | | || |<_-< | | | || || |/ ._>| '_>| | | | ||
|_____| |___||___||_|_|_| |___/|_|/__/ |_| |_||_||_|\\___.|_| \`_. | | ||
<___' | ||
v1.1.0 -------- https://github.com/jparkerweb/llm-distillery ----------- | ||
`; | ||
console.log(logo); | ||
} | ||
|
||
await asciiArtLogo() |
Oops, something went wrong.