diff --git a/FAQ.md b/FAQ.md index 52c84dc..3e26705 100644 --- a/FAQ.md +++ b/FAQ.md @@ -41,7 +41,7 @@ We have seen this error a couple times and for some reason just restarting the D We promise you that we are constantly testing new PRs coming into oTToDev and the preview is core functionality, so the application is not broken! When you get a blank preview or don’t get a preview, this is generally because the LLM hallucinated bad code or incorrect commands. We are working on making this more transparent so it is obvious. Sometimes the error will appear in developer console too so check that as well. -## How to add a LLM: +### How to add a LLM: To make new LLMs available to use in this version of Bolt.new, head on over to `app/utils/constants.ts` and find the constant MODEL_LIST. Each element in this array is an object that has the model ID for the name (get this from the provider's API documentation), a label for the frontend model dropdown, and the provider.