mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-04-28 03:32:18 +00:00
21 lines
382 B
YAML
21 lines
382 B
YAML
server:
|
|
env_name: ${APP_ENV:vllm}
|
|
|
|
llm:
|
|
mode: openailike
|
|
max_new_tokens: 512
|
|
tokenizer: mistralai/Mistral-7B-Instruct-v0.2
|
|
temperature: 0.1
|
|
|
|
embedding:
|
|
mode: huggingface
|
|
ingest_mode: simple
|
|
|
|
huggingface:
|
|
embedding_hf_model_name: BAAI/bge-small-en-v1.5
|
|
|
|
openai:
|
|
api_base: http://localhost:8000/v1
|
|
api_key: EMPTY
|
|
model: facebook/opt-125m
|
|
request_timeout: 600.0 |