Add Orca tools.

This commit is contained in:
calintje
2024-12-28 05:30:27 +01:00
parent 4dd9655847
commit 7976de50d7
10 changed files with 546 additions and 163 deletions

View File

@@ -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;