From 66c92129b18312cb8532c84e1723498df6c229fc Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Thu, 8 May 2025 19:53:15 -0700 Subject: [PATCH] fix docs --- surfsense_web/content/docs/docker-installation.mdx | 6 +++--- surfsense_web/content/docs/manual-installation.mdx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/surfsense_web/content/docs/docker-installation.mdx b/surfsense_web/content/docs/docker-installation.mdx index 3e87078..1a73cd6 100644 --- a/surfsense_web/content/docs/docker-installation.mdx +++ b/surfsense_web/content/docs/docker-installation.mdx @@ -82,7 +82,7 @@ Include API keys for the LLM providers you're using. For example: - `OPENAI_API_KEY`: If using OpenAI models - `GEMINI_API_KEY`: If using Google Gemini models -**Optional LangSmith Observability:** +**Optional Backend LangSmith Observability:** | ENV VARIABLE | DESCRIPTION | |--------------|-------------| | LANGSMITH_TRACING | Enable LangSmith tracing (e.g., `true`) | @@ -90,7 +90,7 @@ Include API keys for the LLM providers you're using. For example: | LANGSMITH_API_KEY | Your LangSmith API key | | LANGSMITH_PROJECT | LangSmith project name (e.g., `surfsense`) | -**Optional LiteLLM API Base URLs:** +**Optional Backend LiteLLM API Base URLs:** | ENV VARIABLE | DESCRIPTION | |--------------|-------------| | FAST_LLM_API_BASE | Custom API base URL for the fast LLM | @@ -99,7 +99,7 @@ Include API keys for the LLM providers you're using. For example: For other LLM providers, refer to the [LiteLLM documentation](https://docs.litellm.ai/docs/providers). -**Frontend Environment Variables:** +### Frontend Environment Variables | ENV VARIABLE | DESCRIPTION | | ------------------------------- | ---------------------------------------------------------- | diff --git a/surfsense_web/content/docs/manual-installation.mdx b/surfsense_web/content/docs/manual-installation.mdx index d72277a..749aac2 100644 --- a/surfsense_web/content/docs/manual-installation.mdx +++ b/surfsense_web/content/docs/manual-installation.mdx @@ -72,7 +72,7 @@ Edit the `.env` file and set the following variables: - For Google Gemini models: `GEMINI_API_KEY` - For other providers, refer to the [LiteLLM documentation](https://docs.litellm.ai/docs/providers) -**Optional LangSmith Observability:** +**Optional Backend LangSmith Observability:** | ENV VARIABLE | DESCRIPTION | |--------------|-------------| | LANGSMITH_TRACING | Enable LangSmith tracing (e.g., `true`) | @@ -80,7 +80,7 @@ Edit the `.env` file and set the following variables: | LANGSMITH_API_KEY | Your LangSmith API key | | LANGSMITH_PROJECT | LangSmith project name (e.g., `surfsense`) | -**Optional LiteLLM API Base URLs:** +**Optional Backend LiteLLM API Base URLs:** | ENV VARIABLE | DESCRIPTION | |--------------|-------------| | FAST_LLM_API_BASE | Custom API base URL for the fast LLM |