mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 04:30:11 +01:00
8 lines
184 B
YAML
8 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
|