Skip to content

Commit

Permalink
Merge branch 'develop' into 2373--fix-image-description
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo authored Jan 17, 2025
2 parents 2b2596f + 9683fc5 commit 1794a35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions agent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@elizaos/agent",
"version": "0.1.9-alpha.1",
"version": "0.1.9-alpha.1",
"main": "src/index.ts",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -125,4 +124,4 @@
"ts-node": "10.9.2",
"tsup": "8.3.5"
}
}
}
2 changes: 1 addition & 1 deletion agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ export async function createAgent(
// Validate TEE configuration
if (teeMode !== TEEMode.OFF && !walletSecretSalt) {
elizaLogger.error(
"WALLET_SECRET_SALT required when TEE_MODE is enabled"
"A WALLET_SECRET_SALT required when TEE_MODE is enabled"
);
throw new Error("Invalid TEE configuration");
}
Expand Down
4 changes: 2 additions & 2 deletions docs/api/classes/MemoryCacheAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

### new MemoryCacheAdapter()

> **new MemoryCacheAdapter**(`initalData`?): [`MemoryCacheAdapter`](MemoryCacheAdapter.md)
> **new MemoryCacheAdapter**(`initialData`?): [`MemoryCacheAdapter`](MemoryCacheAdapter.md)
#### Parameters

**initalData?**: `Map`\<`string`, `string`\>
**initialData?**: `Map`\<`string`, `string`\>

#### Returns

Expand Down
2 changes: 1 addition & 1 deletion docs/community/ai16z/degenai/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We can rebuild him
- ai16z is the biggest holder of degenai (a pumpfun coin)
- Current plan for ai16z still is buybacks of degenai
- To-do: We need to surface this better (like a website)
- DegenspartanAI also stacks his own coin as well
- DegenSpartanAI also stacks his own coin as well
- Shitposting while trading
- He might just dump your shit
- May do psyops like self fuds his own bags
Expand Down

0 comments on commit 1794a35

Please sign in to comment.