Skip to content

Commit

Permalink
add missing items
Browse files Browse the repository at this point in the history
  • Loading branch information
lyon-tonic committed Mar 4, 2024
1 parent 96bb6e7 commit 93e0ea8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ inputs:
description: 'Enter path to LLM response file'
required: true
type: string
tonic_validate_server_project_id:
tonic_validate_project_id:
description: 'Enter Tonic Validate server project ID'
required: true
type: string
tonic_validate_server_api_key:
tonic_validate_api_key:
description: 'Enter Tonic Validate server API key'
required: true
type: string
Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
tonic-validate==3.3.0
tonic-validate==3.3.0
pandas==2.2.0
tabulate==0.9.0
pyarrow==15.0.0

0 comments on commit 93e0ea8

Please sign in to comment.