Files
Fabric/internal/plugins/template/Examples/openai.yaml
2025-10-20 20:42:52 -04:00

15 lines
257 B
YAML

name: openai
executable: "/path/to/your/openai-chat.sh"
type: executable
timeout: "30s"
description: "Call OpenAI Chat Completions API"
version: "1.0.0"
operations:
chat:
cmd_template: "{{executable}} {{value}}"
config:
output:
method: stdout