mirror of
https://git.hmsn.ink/coin/bot.git
synced 2026-03-19 15:55:01 +09:00
프롬프트 수정
This commit is contained in:
@@ -104,7 +104,7 @@ export async function aiSignal(bars) {
|
|||||||
});
|
});
|
||||||
console.log(Date.now())
|
console.log(Date.now())
|
||||||
const msg = completion.choices[0].message.content
|
const msg = completion.choices[0].message.content
|
||||||
logger.info(msg);
|
logger.debug(msg);
|
||||||
const sig = JSON.parse(msg)
|
const sig = JSON.parse(msg)
|
||||||
return sig;
|
return sig;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user