Skip to content

Commit

Permalink
chore: save
Browse files Browse the repository at this point in the history
  • Loading branch information
qingtong committed Dec 19, 2023
1 parent ad1100a commit f5b6c81
Show file tree
Hide file tree
Showing 12 changed files with 476 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/[slug]/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.markdown h6 {
font-weight: 900;
line-height: 1.1;
margin-top: 3.5rem;
margin-top: 1em;
text-rendering: optimizeLegibility;
}

Expand Down Expand Up @@ -81,7 +81,7 @@

table {
padding: 0;
border-collapse:collapse;
border-collapse: collapse;
}
table tr {
border-top: 1px solid #cccccc;
Expand Down Expand Up @@ -109,11 +109,13 @@ table tr td {
padding: 6px 13px;
}

table tr th :first-child, table tr td :first-child {
table tr th :first-child,
table tr td :first-child {
margin-top: 0;
}

table tr th :last-child, table tr td :last-child {
table tr th :last-child,
table tr td :last-child {
margin-bottom: 0;
}

Expand Down
Binary file added public/llm-thinking-practice/assets/chatgpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/llm-thinking-practice/assets/copilot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/llm-thinking-practice/assets/gpts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/llm-thinking-practice/assets/prompt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/llm-thinking-practice/assets/scaffold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/llm-thinking-practice/assets/tars.m4v
Binary file not shown.
Binary file added public/llm-thinking-practice/assets/token.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/llm-thinking-practice/assets/token2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
470 changes: 470 additions & 0 deletions public/llm-thinking-practice/index.md

Large diffs are not rendered by default.

0 comments on commit f5b6c81

Please sign in to comment.