general

How to customize ~/.tabby/config.toml in Modal installation guide and declare TABBY_DISABLE_USAGE_COLLECTION=1?

Rafik FERROUKH is asking how to customize the ~/.tabby/config.toml file in the Modal installation guide and declare the environment variable TABBY_DISABLE_USAGE_COLLECTION=1. He is specifically looking to update the configuration for the Repository context for code completion in a modal use case installation of Tabby command line tool.

Ra

Rafik FERROUKH

Asked on Mar 28, 2024

  1. To customize ~/.tabby/config.toml in the Modal installation guide, you can follow the steps outlined in the Tabby documentation for configuration. Here is a general guide:
# Update the ~/.tabby/config.toml file
# Add your custom configurations
  1. To declare TABBY_DISABLE_USAGE_COLLECTION=1 as an environment variable, you can do the following:
export TABBY_DISABLE_USAGE_COLLECTION=1
  1. For using the Tabby command line in a modal use case installation, ensure that you have the necessary configurations set in the ~/.tabby/config.toml file as per the Repository context for code completion. Refer to the Tabby documentation for detailed instructions on setting up the configuration for code completion in a modal installation.
Mar 30, 2024Edited by