Skip to main content
All CollectionsAI Project
How to Set Up an LLM?
How to Set Up an LLM?
Edward Hu avatar
Written by Edward Hu
Updated over a week ago

An LLM is the center-piece of Vext; it is how you will generate, classify, code, essentially perform anything for you within your LLM pipeline.

To add an LLM to your LLM pipeline:

  1. Go to your project

  2. Add an action by clicking the "+" icon and select "LLM"

  3. Select a model
    ​


    ​

  4. Set Temperature; higher values will make the output more random, while lower values will make it more focused and deterministic.


    ​

  5. Write your System Prompt

  6. Hit Save
    ​

Did this answer your question?