mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-09-01 15:19:05 +00:00
* Sagemaker deployed embedding model support --------- Co-authored-by: Pablo Orgaz <pabloogc@gmail.com>
14 lines
283 B
YAML
14 lines
283 B
YAML
server:
|
|
env_name: ${APP_ENV:prod}
|
|
port: ${PORT:8001}
|
|
|
|
ui:
|
|
enabled: true
|
|
path: /
|
|
|
|
llm:
|
|
mode: sagemaker
|
|
|
|
sagemaker:
|
|
llm_endpoint_name: huggingface-pytorch-tgi-inference-2023-09-25-19-53-32-140
|
|
embedding_endpoint_name: huggingface-pytorch-inference-2023-11-03-07-41-36-479 |