fix: correct typos in thinking texts (transcendent & parroting) (#108)
Ran codex on its own source code to find mistakes & commit, even though they are commented out.
This commit is contained in:
parent
4da38e7f01
commit
f5b02ed1e1
2 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ const thinkingTexts = ["Thinking"]; /* [
|
|||
"Asking the oracle",
|
||||
"Detangling qubits",
|
||||
"Reading tea leaves",
|
||||
"Pondering universal love and transcendant joy",
|
||||
"Pondering universal love and transcendent joy",
|
||||
"Feeling the AGI",
|
||||
"Shaving the yak",
|
||||
"Escaping local minima",
|
||||
|
|
@ -61,7 +61,7 @@ const thinkingTexts = ["Thinking"]; /* [
|
|||
"Bargaining with entropy",
|
||||
"Channeling",
|
||||
"Cooking",
|
||||
"Parrotting stochastically",
|
||||
"Parroting stochastically",
|
||||
]; */
|
||||
|
||||
export default function TerminalChatInputThinking({
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ const thinkingTexts = ["Thinking"]; /* [
|
|||
"Asking the oracle",
|
||||
"Detangling qubits",
|
||||
"Reading tea leaves",
|
||||
"Pondering universal love and transcendant joy",
|
||||
"Pondering universal love and transcendent joy",
|
||||
"Feeling the AGI",
|
||||
"Shaving the yak",
|
||||
"Escaping local minima",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue