Skip to content

Commit

Permalink
feat(#13): dockerfile inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Mar 12, 2024
1 parent ed6d4e9 commit fd568d8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@ inputs:
required: false
default: 'Phind/Phind-CodeLlama-34B-v2'
runs:
using: node20
main: dist/index.js
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.github_token }}
- ${{ inputs.openai_token }}
- ${{ inputs.openai_model }}
- ${{ inputs.deepinfra_token }}
- ${{ inputs.deepinfra_model }}

0 comments on commit fd568d8

Please sign in to comment.