Skip to content

Commit

Permalink
fixing indentation and adding bin files rule to git ignore
Browse files Browse the repository at this point in the history
Signed-off-by: David Tippett <[email protected]>
  • Loading branch information
dtaivpp committed Sep 18, 2023
1 parent 58bd60a commit 278389f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ common/build/
ml-algorithms/build/
plugin/build/
.DS_Store
*/bin/
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ POST /_plugins/_ml/connectors/_create
},
"request_body": "{ \"texts\": ${parameters.prompt}, \"truncate\": \"${parameters.truncate}\", \"model\": \"${parameters.model}\" }",
"pre_process_function": "connector.pre_process.cohere.embedding",
"post_process_function": "connector.post_process.cohere.embedding"
"post_process_function": "connector.post_process.cohere.embedding"
}
]
}
Expand Down

0 comments on commit 278389f

Please sign in to comment.