Skip to content

Commit

Permalink
Update the template link to pass the link check
Browse files Browse the repository at this point in the history
Signed-off-by: Junwei Dai <[email protected]>
  • Loading branch information
Junwei Dai committed Sep 16, 2024
1 parent 0bc5c91 commit 66a92a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/default/flow_framework/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ chapters:
actions:
- action_type: predict
method: POST
url: 'https://api.openai.com/v1/chat/completions'
url: example_url
- id: register_openai_model
type: register_remote_model
previous_node_inputs:
Expand Down Expand Up @@ -113,7 +113,7 @@ chapters:
actions:
- action_type: predict
method: POST
url: 'https://api.openai.com/v1/chat/completions'
url: example_url
- id: register_openai_model
type: register_remote_model
previous_node_inputs:
Expand Down

0 comments on commit 66a92a2

Please sign in to comment.