Skip to content

Commit

Permalink
add HF defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty committed Nov 11, 2024
1 parent 6ee6d9e commit 1bc3cee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions py/compose.full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,10 @@ services:
# Ollama
- OLLAMA_API_BASE=${OLLAMA_API_BASE:-http://host.docker.internal:11434}

# Huggingface
- HUGGINGFACE_API_BASE=${HUGGINGFACE_API_BASE:-http://host.docker.internal:8080}
- HUGGINGFACE_API_KEY=${HUGGINGFACE_API_KEY}

# Unstructured
- UNSTRUCTURED_API_KEY=${UNSTRUCTURED_API_KEY:-}
- UNSTRUCTURED_API_URL=${UNSTRUCTURED_API_URL:-https://api.unstructured.io/general/v0/general}
Expand Down

0 comments on commit 1bc3cee

Please sign in to comment.