Skip to content

Commit

Permalink
add: reader and hugging face.
Browse files Browse the repository at this point in the history
  • Loading branch information
leafmoes committed Nov 5, 2024
1 parent d6a3a6e commit 834837b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ services:
plan: free
envVars:
- key: API_PREFIX
generateValue: '/'
value: '/'
- key: API_KEY
sync: false
- key: MAX_RETRY_COUNT
generateValue: 3
value: 3
- key: RETRY_DELAY
generateValue: 5000
value: 5000
region: singapore
buildCommand: npm install
startCommand: npm start
Expand Down

0 comments on commit 834837b

Please sign in to comment.