25 lines
440 B
Plaintext
25 lines
440 B
Plaintext
llm:
|
|
provider: OPENROUTER
|
|
|
|
meta:
|
|
model: nvidia/nemotron-3-ultra-550b-a55b:free
|
|
max_tokens: 15000
|
|
temperature: 0.3
|
|
|
|
http_client:
|
|
timeout: 120
|
|
api_url: https://openrouter.ai/api/v1
|
|
|
|
vcs:
|
|
provider: GITEA
|
|
|
|
pipeline:
|
|
owner: ${GITEA_REPO_OWNER}
|
|
repo: ${GITEA_REPO_NAME}
|
|
pull_number: ${PR_NUMBER}
|
|
|
|
http_client:
|
|
timeout: 120
|
|
api_url: https://gitea.aklivtsov.tech/api/v1
|
|
verify: true
|
|
|