tripit: enable LLM sight discovery + real place resolver (image 2a965ca0 is live)
Viktor's tour-redo (tripit#29): the new image is rolled out, so the two new provider knobs can flip — discovery becomes wikipedia+llm (GeoSearch merged with claude-agent-service proposals, Focus-steered) and the Wikipedia place resolver (manual sight search + LLM-proposal resolution) leaves its fake default. Env-after-image hold order, same as FARE_PROVIDER. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
f74e421283
commit
fba1659611
1 changed files with 6 additions and 1 deletions
|
|
@ -101,9 +101,14 @@ locals {
|
|||
# ever showed the placeholder "Sight 1". Real providers: Wikipedia GeoSearch
|
||||
# discovery, the five web story sources, and the claude-agent-service script
|
||||
# writer (CLAUDE_AGENT_TOKEN already in tripit-secrets).
|
||||
SIGHT_DISCOVERY_PROVIDER = "wikipedia"
|
||||
# wikipedia+llm = GeoSearch merged with claude-agent-service "what's worth
|
||||
# seeing here" proposals (tripit#29); the place resolver backs manual sight
|
||||
# search AND LLM-proposal resolution — its fake default is the same class of
|
||||
# gap that shipped the feature dark, so set it explicitly.
|
||||
SIGHT_DISCOVERY_PROVIDER = "wikipedia+llm"
|
||||
STORY_SOURCE_MODE = "web"
|
||||
SCRIPT_WRITER_MODE = "chat"
|
||||
PLACE_RESOLVER_MODE = "wikipedia"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue