You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other LLM models not listed above may work with Hindsight, but they must support **at least 65,000 output tokens** to ensure reliable fact extraction. If you need support for a specific model that doesn't meet this requirement, please [open an issue](https://github.com/hindsight-ai/hindsight/issues) to request an exception.
93
93
94
+
:::tip Models with Limited Output Tokens
95
+
If your model only supports 32k or fewer output tokens (e.g., some older models), you can reduce the retain completion token limit:
**Important:**`HINDSIGHT_API_RETAIN_MAX_COMPLETION_TOKENS` must be greater than `HINDSIGHT_API_RETAIN_CHUNK_SIZE` (default: 3000). The system will validate this on startup and provide an error message if the configuration is invalid.
106
+
:::
107
+
94
108
### Configuration
95
109
96
110
```bash
@@ -175,20 +189,40 @@ You can use any model supported by OpenAI Codex CLI
175
189
- Usage is billed to your ChatGPT subscription (not separate API costs)
176
190
- For personal development use only (see ChatGPT Terms of Service)
177
191
178
-
**Troubleshooting:**
179
-
180
-
If authentication fails:
181
-
```bash
182
-
# Re-login to refresh tokens
183
-
codex auth login
184
-
```
185
-
186
192
---
187
193
188
194
### Claude Code Setup (Claude Pro/Max)
189
195
190
196
Use your Claude Pro or Max subscription for Hindsight without separate Anthropic API costs.
191
197
198
+
199
+
:::warning Terms of Service Notice
200
+
201
+
This integration uses the Claude Agent SDK with your personal Claude Pro/Max subscription
202
+
credentials. You must be logged into Claude Code on your own machine before using this provider.
Other LLM models not listed above may work with Hindsight, but they must support **at least 65,000 output tokens** to ensure reliable fact extraction. If you need support for a specific model that doesn't meet this requirement, please [open an issue](https://github.com/hindsight-ai/hindsight/issues) to request an exception.
93
93
94
+
:::tip Models with Limited Output Tokens
95
+
If your model only supports 32k or fewer output tokens (e.g., some older models), you can reduce the retain completion token limit:
**Important:**`HINDSIGHT_API_RETAIN_MAX_COMPLETION_TOKENS` must be greater than `HINDSIGHT_API_RETAIN_CHUNK_SIZE` (default: 3000). The system will validate this on startup and provide an error message if the configuration is invalid.
106
+
:::
107
+
94
108
### Configuration
95
109
96
110
```bash
@@ -175,20 +189,40 @@ You can use any model supported by OpenAI Codex CLI
175
189
- Usage is billed to your ChatGPT subscription (not separate API costs)
176
190
- For personal development use only (see ChatGPT Terms of Service)
177
191
178
-
**Troubleshooting:**
179
-
180
-
If authentication fails:
181
-
```bash
182
-
# Re-login to refresh tokens
183
-
codex auth login
184
-
```
185
-
186
192
---
187
193
188
194
### Claude Code Setup (Claude Pro/Max)
189
195
190
196
Use your Claude Pro or Max subscription for Hindsight without separate Anthropic API costs.
191
197
198
+
199
+
:::warning Terms of Service Notice
200
+
201
+
This integration uses the Claude Agent SDK with your personal Claude Pro/Max subscription
202
+
credentials. You must be logged into Claude Code on your own machine before using this provider.
0 commit comments