mirror of
https://github.com/imartinez/privateGPT.git
synced 2026-07-17 01:48:03 +00:00
9 lines
222 B
YAML
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 |