OpenAI node#
ใช้ OpenAI node เพื่อทำงานอัตโนมัติใน OpenAI และเชื่อมต่อกับแอปพลิเคชันอื่นๆ. ในหน้านี้คุณจะพบรายการ operation ที่ OpenAI node รองรับและลิงก์ไปยังแหล่งข้อมูลเพิ่มเติม.
OpenAI Assistant node
OpenAI node แทนที่ OpenAI assistant node ตั้งแต่เวอร์ชัน 1.29.0 เป็นต้นไป.
Credentials
ดู OpenAI credentials สำหรับคำแนะนำการตั้งค่า authentication.
Operations#
- Assistant
- Text
- Image
- Audio
- File
Templates and examples#
Related resources#
ดู OpenAI's documentation สำหรับข้อมูลเพิ่มเติมเกี่ยวกับบริการ.
ดู OpenAI's assistants documentation สำหรับข้อมูลเพิ่มเติมเกี่ยวกับการทำงานของ assistants.
สำหรับความช่วยเหลือเกี่ยวกับ rate limits, ดู Handling rate limits.
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.
Using tools with OpenAI assistants#
บาง operation อนุญาตให้เชื่อมต่อ tools. Tools ทำหน้าที่เหมือน addons ที่ AI ของคุณใช้เพื่อเข้าถึง context หรือแหล่งข้อมูลเพิ่มเติม.
เลือก connector Tools เพื่อเรียกดูและเพิ่มเครื่องมือที่มีอยู่.
เมื่อมีการเพิ่มการเชื่อมต่อเครื่องมือ OpenAI node จะกลายเป็น root node ซึ่งสามารถสร้าง cluster node กับ sub-nodes ได้. ดู Node types สำหรับข้อมูลเพิ่มเติมเกี่ยวกับ cluster nodes และ root nodes.
Operations that support tool connectors#
- Assistant
- Text
Common issues#
สำหรับคำถามหรือปัญหาทั่วไปและแนวทางแก้ไข ให้ดู Common issues.