From 24ee73a30480e13b41cf06e7283bda36a30cb798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Tue, 23 Jun 2026 14:30:02 +0200 Subject: [PATCH] chore(embed): sync bundled env.example with repo-root .env.example The Atlas Cloud provider entries were added to the repo-root .env.example but not re-copied to the embed bundle, failing the test_bundled_template_matches_repo_root sync test. --- hindsight-embed/hindsight_embed/env.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hindsight-embed/hindsight_embed/env.example b/hindsight-embed/hindsight_embed/env.example index bfd7f9ccf..aa602ca76 100644 --- a/hindsight-embed/hindsight_embed/env.example +++ b/hindsight-embed/hindsight_embed/env.example @@ -2,7 +2,7 @@ # Copy this file to .env and fill in your values # LLM Configuration (Required) -# Supported providers: openai, groq, ollama, gemini, anthropic, lmstudio, vertexai, minimax, deepseek, zai, volcano +# Supported providers: openai, groq, ollama, gemini, anthropic, lmstudio, vertexai, minimax, deepseek, zai, atlas, volcano HINDSIGHT_API_LLM_PROVIDER=openai HINDSIGHT_API_LLM_API_KEY=your-api-key-here HINDSIGHT_API_LLM_MODEL=gpt-4o-mini @@ -37,6 +37,11 @@ HINDSIGHT_API_LLM_BASE_URL=https://api.openai.com/v1 # HINDSIGHT_API_LLM_API_KEY=your-zai-api-key # HINDSIGHT_API_LLM_MODEL=glm-4.5-flash # or glm-4.5-air for the paid tier +# Example: Atlas Cloud configuration (OpenAI-compatible, https://www.atlascloud.ai) +# HINDSIGHT_API_LLM_PROVIDER=atlas +# HINDSIGHT_API_LLM_API_KEY=your-atlascloud-api-key +# HINDSIGHT_API_LLM_MODEL=deepseek-ai/deepseek-v4-pro # reasoning model; also Qwen / GLM / Kimi / MiniMax, etc. + # Example: LM Studio local configuration (Qwen 2.5 32B recommended) # HINDSIGHT_API_LLM_PROVIDER=lmstudio # HINDSIGHT_API_LLM_API_KEY=lmstudio