Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
change: tools use ws:// prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Oct 28, 2024
1 parent d3aea0e commit 3f9ce56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ingest.gpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Credential: github.com/gptscript-ai/credentials/model-provider
Params: Input: Input File
Params: Dataset: Dataset ID

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool ingest --flows-file=blueprint:otto --dataset ${DATASET} "${INPUT}"
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool ingest --flows-file=blueprint:otto --dataset ${DATASET} "ws://${INPUT}"
2 changes: 1 addition & 1 deletion load.gpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Params: Input: Input File
Params: Output: Output File
Params: know_load_metadata: Comma-delimited key=value pairs to be added to the metadata of the loaded document.

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool load "${INPUT}" "${OUTPUT}"
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool load "ws://${INPUT}" "$ws://{OUTPUT}"

0 comments on commit 3f9ce56

Please sign in to comment.