Files
privateGPT/settings-mock.yaml
Javier Martinez 183cd03857 feat!: PrivateGPT revamp v1 (#2230)
* feat!: PrivateGPT revamp v1

* chore(docs): update nodejs
2026-06-02 16:55:46 +02:00

9 lines
222 B
YAML

server:
env_name: ${APP_ENV:mock}
# This configuration allows you to use hardware acceleration for creating embeddings while avoiding loading the full LLM into (video) memory.
llm:
mode: mock
embedding:
mode: local