mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-02 08:06:08 +00:00
9 lines
184 B
YAML
9 lines
184 B
YAML
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
|