Skip to content

Latest commit

 

History

History
72 lines (40 loc) · 2.25 KB

File metadata and controls

72 lines (40 loc) · 2.25 KB

LLM API

Table of contents

About LLM API

The LLM API is the OpenAI-compatible API that the bot uses to generate responses from an LLM.

You choose which LLM provider API to use:

LLM API key

The API key for your LLM provider API.

<llm-api-key> placeholder

The LLM API key (without < and >).

LLM API base URL

The base URL of the OpenAI-compatible API endpoint.

<llm-api-base-url> placeholder

The LLM API base URL (without < and >).

LLM API model

The name of the LLM model to use via the LLM provider API.

<llm-api-model> placeholder

The LLM API model (without < and >).