Update FAQ.md

This commit is contained in:
Dustin Loring 2024-12-01 14:48:46 -05:00 committed by GitHub
parent 3cdadad4bd
commit f3cdb7a240
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
FAQ.md
View File

@ -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 dont 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.