Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jparkerweb committed May 24, 2024
1 parent 11f7105 commit 346eaab
Show file tree
Hide file tree
Showing 3 changed files with 1,512 additions and 1,512 deletions.
36 changes: 18 additions & 18 deletions logo.js
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()
Loading

0 comments on commit 346eaab

Please sign in to comment.