Merge branch 'main' into feature/vercel-ai-sdk

This commit is contained in:
Michael Essiet
2024-12-30 12:26:08 +01:00
committed by GitHub
57 changed files with 6768 additions and 1187 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;