mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-30 23:26:49 +00:00
Add Orca tools.
This commit is contained in:
@@ -36,8 +36,8 @@ const WALLET_DATA_FILE = "wallet_data.txt";
|
||||
async function initializeAgent() {
|
||||
try {
|
||||
const llm = new ChatOpenAI({
|
||||
modelName: "gpt-4o",
|
||||
temperature: 0.7,
|
||||
modelName: "gpt-4o-mini",
|
||||
// temperature: 0.7,
|
||||
});
|
||||
|
||||
let walletDataStr: string | null = null;
|
||||
|
||||
Reference in New Issue
Block a user