Skip to content

OpenAI node#

ใช้ OpenAI node เพื่อทำงานอัตโนมัติใน OpenAI และเชื่อมต่อกับแอปพลิเคชันอื่นๆ. ในหน้านี้คุณจะพบรายการ operation ที่ OpenAI node รองรับและลิงก์ไปยังแหล่งข้อมูลเพิ่มเติม.

OpenAI Assistant node

OpenAI node แทนที่ OpenAI assistant node ตั้งแต่เวอร์ชัน 1.29.0 เป็นต้นไป.

Credentials

ดู OpenAI credentials สำหรับคำแนะนำการตั้งค่า authentication.

Operations#

Templates and examples#

AI agent chat

by n8n Team

View template details
Building Your First WhatsApp Chatbot

by Jimleuk

View template details
Scrape and summarize webpages with AI

by n8n Team

View template details
Browse OpenAI integration templates, or search all templates

ดู 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:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. 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#

Common issues#

สำหรับคำถามหรือปัญหาทั่วไปและแนวทางแก้ไข ให้ดู Common issues.