mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
chore(ph-ai): increase context window to 1M (#41445)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -319,7 +319,7 @@ class AgentExecutable(BaseAgentExecutable):
|
||||
stream_usage=True,
|
||||
user=self._user,
|
||||
team=self._team,
|
||||
betas=["interleaved-thinking-2025-05-14"],
|
||||
betas=["interleaved-thinking-2025-05-14", "context-1m-2025-08-07"],
|
||||
max_tokens=8192,
|
||||
thinking=self.THINKING_CONFIG,
|
||||
conversation_start_dt=state.start_dt,
|
||||
|
||||
Reference in New Issue
Block a user