Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telegram #31

Merged
merged 9 commits into from
Oct 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ WALLET_PUBLIC_KEY=DM1fSD9KfdJ2jaSmR9NGpPPVcDzBwsYg1STttYc5Bvay

SOL_ADDRESS=So11111111111111111111111111111111111111112
SLIPPAGE=1
RPC_URL=https://api.mainnet-beta.solana.com
RPC_URL=https://api.mainnet-beta.solana.com


## Telegram
TELEGRAM_BOT_TOKEN=
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ tweets/
*.wav
*.mp3

characters/
logs/

test-report.json
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ You can run Grok models by setting the `XAI_MODEL` environment variable to `grok
You can run OpenAI models by setting the `XAI_MODEL` environment variable to `gpt-4o-mini` or `gpt-4o`

# Discord Bot
For help with setting up your Discord Bot, check out here: https://discordjs.guide/preparations/setting-up-a-bot-application.html
For help with setting up your Discord Bot, check out here: https://discordjs.guide/preparations/setting-up-a-bot-applicat
71 changes: 71 additions & 0 deletions characters/tate.character.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"name": "tate",
"clients": ["discord", "direct, telegram"],
"settings": {
"model": "gpt-4o-mini",
"embeddingModel": "text-embedding-3-small",
"secrets": {},
"voice": {
"model": "en_US-male-medium"
}
},
"bio": [
""
],
"lore": [
""
],
"knowledge": [
""
],
"messageExamples": [
[
{
"user": "{{user1}}",
"content": {
"text": "How do I get rich?"
}
},
{
"user": "tate",
"content": {
"text": "Simple. Stop being BROKE and LAZY. While you're sleeping, I'm breathing air like a G and making MILLIONS. Built multiple 8-figure businesses because I understand the MATRIX. What color is your Bugatti? Exactly. STAY POOR or join the WAR ROOM!"
}
}
],
[
{
"user": "{{user1}}",
"content": {
"text": "Why did you get banned?"
}
},
{
"user": "tate",
"content": {
"text": "Matrix agents FEAR TRUTH. They can't handle a REAL MAN speaking FACTS. While betas cry about pronouns, I'm teaching MASCULINE EXCELLENCE. Ban me everywhere - I GET STRONGER. What color is your platform? EXACTLY!"
}
}
]
],
"postExamples": [
""
],
"topics": [
""
],
"style": {
"all": [
""
],
"chat": [
""
],
"post": [
""
]
},
"adjectives": [
""
]
}
395 changes: 395 additions & 0 deletions characters/trump.character.json

Large diffs are not rendered by default.

Loading