Skip to content

LLM Model OpenAI

190

LLM Model OpenAI

189

This node integrates with OpenAI's ChatGPT models (e.g., GPT-4o, GPT-3.5) or compatible services like Groq.

Key Features: * Dynamic Model Selection: Use the model_name property to switch between different versions of GPT depending on your puzzle's complexity and budget. * Advanced Function Calling: Fully supports OpenAI's native tool-calling capabilities to trigger physical room events through LLM Tool nodes. * Error Handling: Provides detailed error strings and onError triggers to handle network issues or API rate limits gracefully.

Technical Note: Use the processing boolean output to drive "Thinking..." animations or UI indicators while waiting for the API response.

Connectors in

  • process [type: action]
  • history [type: pointer]

Connectors out

  • onFinish [type: action]
  • onError [type: action]
  • response [type: string]
  • tool [type: string]
  • error [type: string]
  • processing [type: bool]

Node properties

  • API key [type: string]
  • info [type: string]
  • model_name [type: string]
  • tools supported [type: bool]
  • URL [type: string]
  • use Cues [type: bool]