mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-16 15:10:26 +00:00
Add compatibility with devnet. Update pool creation to support SOL wrapping. Update send tx function.
This commit is contained in:
@@ -36,7 +36,7 @@ const WALLET_DATA_FILE = "wallet_data.txt";
|
||||
async function initializeAgent() {
|
||||
try {
|
||||
const llm = new ChatOpenAI({
|
||||
modelName: "gpt-4o-mini",
|
||||
modelName: "gpt-4o",
|
||||
temperature: 0.7,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user