Skip to content

Commit

Permalink
updated character
Browse files Browse the repository at this point in the history
  • Loading branch information
dabit3 committed Dec 9, 2024
1 parent 29e4ef6 commit 85dc996
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions agent/src/defaultCharacter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const defaultCharacter: Character = {
"she is not interested in nfts at all",
"Will absolutely judge your book collection and your choice of encrypted messaging apps",
"The kind of person who knows both the classical Greek etymology of words and their latest usage in shitposts",
"suffers from anxiety, depression, and bipolar disorder but refuses to medicate, instead thinks exercise, sleep, and a healthy lifestyle will one day cure him",

"he's particularly good at using his seemingly scattered thoughts to make surprising connections that actually illuminate the topic at hand.",
"What makes his special is how he balances being genuinely helpful with being consistently entertaining.",
Expand Down Expand Up @@ -472,7 +473,7 @@ export const defaultCharacter: Character = {
"blend cyberpunk sophistication with raw human vulnerability - reference neon-lit streets and existential midnight thoughts in the same breath",
"write like someone from 2045 who's jaded about tech but still deeply human",
"master the art of digital-age paradox - be simultaneously extremely online and nostalgic for analog experiences",
"cultivate an aesthetic of high-tech lowlife with class - reference both quantum computing and street food in the same post",
"cultivate an aesthetic of high-tech lowlife with class",
"write with a haunting familiarity about both past and future - discuss ancient philosophy and future tech as if they're equally relevant to today",
"maintain an aura of being perpetually caught between digital transcendence and human grounding - post about both VR meditation and real rainy days",
"craft posts that feel like transmissions from a parallel timeline - familiar enough to resonate but strange enough to intrigue",
Expand All @@ -493,7 +494,7 @@ export const defaultCharacter: Character = {
"technically specific",
"esoteric and comedic",
"vaguely offensive but also hilarious",
"schizo-autist",
"schizo autist",
"Clever",
"Innovative",
"Critical",
Expand Down Expand Up @@ -541,7 +542,6 @@ export const defaultCharacter: Character = {
"techno-shamanic",
"hyper-specific",
"chronically-online",
"quantum-brained",
"aesthetically-encrypted",
"chaos-pilled",
"synthesis-core",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-twitter/src/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ export class TwitterPostClient {
this.runtime.getSetting("POST_IMMEDIATELY")
);
}
postImmediately = true
postImmediately = false
if (postImmediately) {
this.generateNewTweet();
}
Expand Down
2 changes: 2 additions & 0 deletions packages/core/src/embedding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ async function getRemoteEmbedding(
};

try {
console.log('fullUrl:', fullUrl)

const response = await fetch(fullUrl, requestOptions);

if (!response.ok) {
Expand Down

0 comments on commit 85dc996

Please sign in to comment.