mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
Update internal/plugins/template/Examples/openai.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
bc273db19d
commit
f8f9f6ba65
|
|
@ -1,5 +1,5 @@
|
|||
name: openai
|
||||
executable: "/Users/ourdecisions/.config/fabric/extensions/bin/openai-chat.sh"
|
||||
executable: "/path/to/your/openai-chat.sh"
|
||||
type: executable
|
||||
timeout: "30s"
|
||||
description: "Call OpenAI Chat Completions API"
|
||||
|
|
|
|||
Loading…
Reference in a new issue