()
| 1 | const preferences = { |
| 2 | // get the OpenAI key filled out by the user |
| 3 | async getOpenAIKey() { }, |
| 4 | // get the Huggingface Access Token filled out by the user |
| 5 | async getHuggingfaceApiKey() { }, |
| 6 | // get the Bigcode service url filled out by the user |
nothing calls this directly
no outgoing calls
no test coverage detected