Update internal/plugins/template/Examples/openai.yaml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Nick Skriloff 2025-10-20 20:42:52 -04:00 committed by GitHub
parent bc273db19d
commit f8f9f6ba65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"