mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-10 06:48:04 -05:00
15 lines
257 B
YAML
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
|