Finish Orca tools

This commit is contained in:
calintje
2024-12-30 04:53:28 +01:00
parent 7976de50d7
commit 1e1588b3fc
12 changed files with 843 additions and 320 deletions

View File

@@ -37,7 +37,7 @@ async function initializeAgent() {
try {
const llm = new ChatOpenAI({
modelName: "gpt-4o-mini",
// temperature: 0.7,
temperature: 0.3,
});
let walletDataStr: string | null = null;