mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-16 23:26:45 +00:00
Merge branch 'main' of github.com:3-land/solana-agent-kit into main
This commit is contained in:
@@ -95,7 +95,6 @@ async function runChatMode() {
|
||||
);
|
||||
|
||||
const tools = createVercelAITools(solanaAgent);
|
||||
console.log(tools);
|
||||
|
||||
const rl = readline.createInterface({
|
||||
input: process.stdin,
|
||||
|
||||
@@ -55,6 +55,7 @@ async function initializeAgent() {
|
||||
process.env.RPC_URL!,
|
||||
{
|
||||
OPENAI_API_KEY: process.env.OPENAI_API_KEY!,
|
||||
HELIUS_API_KEY: process.env.HELIUS_API_KEY!,
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user