959a391334
Some checks failed
publish docs / publish-docs (push) Has been cancelled
release-please / release-please (push) Has been cancelled
tests / setup (push) Has been cancelled
tests / ${{ matrix.quality-command }} (black) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (mypy) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (ruff) (push) Has been cancelled
tests / test (push) Has been cancelled
tests / all_checks_passed (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
21 lines
393 B
YAML
21 lines
393 B
YAML
server:
|
|
env_name: ${APP_ENV:vllm}
|
|
|
|
llm:
|
|
mode: openailike
|
|
max_new_tokens: 512
|
|
tokenizer: meta-llama/Meta-Llama-3.1-8B-Instruct
|
|
temperature: 0.1
|
|
|
|
embedding:
|
|
mode: huggingface
|
|
ingest_mode: simple
|
|
|
|
huggingface:
|
|
embedding_hf_model_name: nomic-ai/nomic-embed-text-v1.5
|
|
|
|
openai:
|
|
api_base: http://localhost:8000/v1
|
|
api_key: EMPTY
|
|
model: facebook/opt-125m
|
|
request_timeout: 600.0 |