eat: make Gemma 4 the default model, enable thinking mode

This commit is contained in:
Aaron Po
2026-04-10 21:43:18 -04:00
parent 61d5077a95
commit 902bda6eb9
16 changed files with 263 additions and 558 deletions

View File

@@ -17,7 +17,8 @@ void BiergartenDataGenerator::GenerateBreweries(
for (const auto& enriched_city : cities) {
try {
auto brewery = generator_->GenerateBrewery(
enriched_city.location.city, enriched_city.location.country,
BreweryLocation{enriched_city.location.city,
enriched_city.location.country},
enriched_city.region_context);
generatedBreweries_.push_back(GeneratedBrewery{
.location = enriched_city.location, .brewery = brewery});