mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-05-20 14:44:54 +02:00
Switch wiki wave3 to gemini-2.5-flash-lite, 10 workers
- Model: gemini-2.5-flash -> gemini-2.5-flash-lite (6x cheaper output) - Workers: 5 -> 10 for better throughput Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
5d618da2a4
commit
50c54d2a72
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ WIKIPEDIA_INTERNAL = "http://192.168.1.130:8430/wikipedia_en_all_maxi_2026-02"
|
|||
WIKIVOYAGE_INTERNAL = "http://192.168.1.130:8430/wikivoyage_en_all_maxi_2026-03"
|
||||
|
||||
# Gemini
|
||||
GEMINI_MODEL = "gemini-2.5-flash"
|
||||
RESOLVE_WORKERS = 5
|
||||
GEMINI_MODEL = "gemini-2.5-flash-lite"
|
||||
RESOLVE_WORKERS = 10
|
||||
|
||||
# Memory limit
|
||||
MAX_RSS_MB = 10240 # 10GB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue