first commit

This commit is contained in:
2026-06-09 14:50:53 +08:00
commit 6aebc60bfd
55 changed files with 3126 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import { getDeepSeekFreeReply } from './index.js'
// 测试 open ai api
async function testMessage() {
const message = await getDeepSeekFreeReply('hello')
console.log('🌸🌸🌸 / message: ', message)
}
testMessage()