Spaces:
Sleeping
Sleeping
File size: 184 Bytes
51ddb70 |
1 2 3 4 5 6 7 8 9 |
server:
env_name: ${APP_ENV:mock}
# This configuration allows you to use GPU for creating embeddings while avoiding loading LLM into vRAM
llm:
mode: mock
embedding:
mode: local
|