MyNixOS website logo

Configuration written to t3code's settings.json.

Declarations
Type
JSON value
Default
{ }
Example
{
  enableAssistantStreaming = true;
  providerInstances = {
    codex = {
      config = {
        binaryPath = "codex";
        customModels = [ ];
        enabled = true;
        homePath = "";
        shadowHomePath = "";
      };
      driver = "codex";
      enabled = true;
    };
  };
}