Validations
Problem
The config.json file located under the USERPROFILE directory cannot be applied on a per-project basis. It would be beneficial to use different config.json files for each project. To achieve this, it seems necessary to separate the model's API key into a separate configuration file (apikey.json).
Solution
Use the Project/.continue/config.json file as the primary configuration.
Apply the model-specific API keys written in USERPROFILE/.continue/apikey.json. This approach is similar to how .prompt files are handled.
Validations
Problem
The config.json file located under the USERPROFILE directory cannot be applied on a per-project basis. It would be beneficial to use different config.json files for each project. To achieve this, it seems necessary to separate the model's API key into a separate configuration file (apikey.json).
Solution
Use the Project/.continue/config.json file as the primary configuration.
Apply the model-specific API keys written in USERPROFILE/.continue/apikey.json. This approach is similar to how .prompt files are handled.