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
Copy file name to clipboardExpand all lines: hindsight-docs/docs/developer/configuration.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,6 @@ To switch between backends:
174
174
|`HINDSIGHT_API_LLM_GROQ_SERVICE_TIER`| Groq service tier: `on_demand`, `flex`, `auto`|`auto`|
175
175
|`HINDSIGHT_API_LLM_OPENAI_SERVICE_TIER`| OpenAI service tier: `flex` for 50% cost savings (OpenAI Flex Processing) | None (default) |
176
176
|`HINDSIGHT_API_LLM_EXTRA_BODY`| JSON dict merged into `extra_body` for all OpenAI-compatible API calls. Useful for custom model servers (e.g., vLLM `chat_template_kwargs`). |`null`|
177
-
|`HINDSIGHT_API_LLM_SIMPLIFY_JSON_SCHEMA`| Flatten `$ref`/`$defs`/`anyOf` in JSON schemas before sending to LLMs. Required for Ollama structured output; improves compliance for all providers. Set to `false` to send raw Pydantic schemas. |`true`|
178
177
|`HINDSIGHT_API_LLM_GEMINI_SAFETY_SETTINGS`| JSON-encoded list of `{category, threshold}` dicts for Gemini/VertexAI content safety filtering |`null`|
0 commit comments