const express = require('express'); const axios = require('axios'); const app = express(); const API_KEY = 'kp2qQJXnoa1PItCyfOVOvgXA66Wexq0PeaWBKW_CZzs '; const CHATBOT_URL = 'https://poe.com/Cyber_Beast_TechOP'; // Replace with actual endpoint app.use(express.json()); app.post('/chatbot', async (req, res) => { const userMessage = req.body.message; const userToken = req.body.token; try { const response = await axios.post(CHATBOT_URL, { message: userMessage, token: userToken, apiKey: API_KEY }); res.json(response.data); } catch (error) { res.status(500).send('Error communicating with chatbot service'); } }); const PORT = process.env.PORT || 3000; app.listen(PORT, () => { console.log(`Server running on port ${PORT}`); });
top of page

釋放人工智慧的潛力

 

在利用人工智慧的力量方面,Cyber​​ Beast Tech 擅長利用數據,而不僅僅是使用模型和應用程式。

無論是視覺化、轉換還是資料操作,我們都會以熟練的資料力學的精確度精心處理您的資料。

關於Cyber Beast Tech

“用人工智能賦能你的數碼世界。”

我們的核心是相信協作、創造力和創新的力量能夠改變業務並推動增長。我們的團隊由業內的精英組成,每個人都帶來了他們獨特的專業知識和觀點。我們共同無縫合作,提供可擴展、強大且用戶友好的尖端解決方案。

聯繫我們

工作空間

聯​絡我們

土瓜灣旭日街19號雅高工業大廈1022室

營業時間

週一至週五

09:00 – 18:00

星期六和星期日

關閉

公眾假期

關閉

© 2023 Cyber Beast Tech 版權所有

  • Instagram
  • Facebook
  • LinkedIn
  • YouTube
bottom of page