{
  "isChatComfy": true,
  "isUsingRag": false,
  "assistantLanguage": "en",
  "initialAssistantMessageContent": "Hello, I am your assistant. How can I help you?",
  "isIncognitoMode": true,
  "ollamaGenModel": {
    "model": "deepseek-r1:8b",
    "baseUrl": "http://localhost:11434",
    "temperature": 0.5,
    "contextWindow": 1848,
    "lcModel": {
      "lc": 1,
      "type": "constructor",
      "id": [
        "langchain",
        "chat_models",
        "ollama",
        "ChatOllama"
      ],
      "kwargs": {
        "model": "deepseek-r1:8b",
        "base_url": "http://localhost:11434",
        "temperature": 0.5,
        "context_window": 1848,
        "lc_model": {
          "lc": 1,
          "type": "constructor",
          "id": [
            "langchain",
            "chat_models",
            "ollama",
            "ChatOllama"
          ],
          "kwargs": {
            "model": "deepseek-r1:8b",
            "base_url": "http://localhost:11434",
            "temperature": 0.5,
            "context_window": 1948,
            "lc_model": {
              "lc": 1,
              "type": "constructor",
              "id": [
                "langchain",
                "chat_models",
                "ollama",
                "ChatOllama"
              ],
              "kwargs": {
                "model": "deepseek-r1:14b",
                "base_url": "http://localhost:11434",
                "temperature": 0.5,
                "context_window": 1948,
                "lc_model": {
                  "lc": 1,
                  "type": "constructor",
                  "id": [
                    "langchain",
                    "chat_models",
                    "ollama",
                    "ChatOllama"
                  ],
                  "kwargs": {
                    "model": "gemma3:12b",
                    "base_url": "http://localhost:11434",
                    "temperature": 0.5,
                    "context_window": 1948
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "ollamaEmbedModel": {
    "model": "nomic-embed-text",
    "baseUrl": "http://localhost:11434",
    "similarityThreshold": 0.75,
    "k": 100
  },
  "openAIGenModel": {
    "model": "gpt-3.5-turbo",
    "openAIApiKey": "sk-24a6af9eea55494b8f465a01cb92d461",
    "temperature": 0.5,
    "contextWindow": 1948,
    "lcModel": {
      "lc": 1,
      "type": "constructor",
      "id": [
        "langchain",
        "chat_models",
        "openai",
        "ChatOpenAI"
      ],
      "kwargs": {
        "model": "gpt-3.5-turbo",
        "openai_api_key": {
          "lc": 1,
          "type": "secret",
          "id": [
            "OPENAI_API_KEY"
          ]
        },
        "temperature": 0.5,
        "context_window": 1948,
        "streaming": true
      }
    }
  },
  "openAIEmbedModel": {
    "model": "text-embedding-ada-002",
    "openAIApiKey": "sk-24a6af9eea55494b8f465a01cb92d461",
    "similarityThreshold": 0.75,
    "k": 100
  },
  "targetFolder": "Chats",
  "defaultChatName": "New Chat",
  "excludeFF": [
    "Chats",
    "*.excalidraw.md"
  ],
  "isQuickSettingsOpen": true,
  "isVerbose": false,
  "isOnboarded": true,
  "hideIncognitoWarning": false,
  "isAutostart": false
}