Skip to content

Commit

Permalink
gm
Browse files Browse the repository at this point in the history
  • Loading branch information
IkigaiLabsETH committed Nov 14, 2024
1 parent 9cff87b commit 98e4b74
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 205 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
"clean": "bash ./scripts/clean.sh"
},
"devDependencies": {
"@types/node": "22.8.4",
"concurrently": "^9.1.0",
"husky": "^9.1.6",
"lerna": "^8.1.5",
"only-allow": "^1.2.1",
"prettier": "^3.3.3",
"ts-node": "10.9.2",
"typedoc": "^0.26.11",
"typescript": "5.6.3"
},
Expand Down
8 changes: 5 additions & 3 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"start:all": "node --loader ts-node/esm src/index.ts --characters=\"../characters/eliza.json\",\"../characters/degenspartan.json\",\"../characters/ruby.json\",\"../characters/pmairca.json\""
},
"dependencies": {
"@ai16z/eliza": "workspace:*",
"@ai16z/adapter-postgres": "workspace:*",
"@ai16z/adapter-sqlite": "workspace:*",
"@ai16z/client-direct": "workspace:*",
"@ai16z/client-auto": "workspace:*",
"@ai16z/client-direct": "workspace:*",
"@ai16z/client-discord": "workspace:*",
"@ai16z/client-telegram": "workspace:*",
"@ai16z/client-twitter": "workspace:*",
"@ai16z/eliza": "workspace:*",
"@ai16z/plugin-bootstrap": "workspace:*",
"@ai16z/plugin-image-generation": "workspace:*",
"@ai16z/plugin-node": "workspace:*",
Expand All @@ -28,7 +28,9 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@types/node": "22.8.4",
"ts-node": "10.9.2",
"tsup": "^8.3.5"
"tsup": "^8.3.5",
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/core/src/defaultCharacter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const defaultCharacter: Character = {
name: "Eliza",
plugins: [],
clients: [],
modelProvider: ModelProviderName.OPENAI,
modelProvider: ModelProviderName.GROQ,
settings: {
secrets: {},
voice: {
Expand Down
Loading

0 comments on commit 98e4b74

Please sign in to comment.