In this section:
This setting specifies if the LLM functionality is enabled.
| true | The LLM functionality is enabled. |
|---|---|
| false | Default. The LLM functionality is disabled. |
llm.enabled=true
This setting specifies which LLM provider is used.
| openai | Default. |
|---|---|
| azure.openai | |
| other.llm |
llm.provider=azure.openai
(Optional) This setting specifies the organization ID for accessing the OpenAI client. If no Organization ID is supplied, the default organization ID for your account will be used.
| [ID] | The organization ID for accessing the OpenAI client. |
|---|
openai.organization.id=parasoft
This setting specifies your OpenAI token.
| [key] | Your OpenAI token. |
|---|
openai.api.key=9sd8yfa8vfaebfeawpf9
This setting specifies the name of your OpenAI chat model.
| [chat model] | Your OpenAI chat model. |
|---|
openai.model=gpt-4o
This setting specifies the name of your OpenAI embedding chat model.
| [chat model] | Your OpenAI embedding chat model. |
|---|
openai.embedding.model=text-embedding-ada-002
This setting specifies the Azure resource that contains your deployed Azure OpenAI model.
| [resource name] | The resource name for your Azure OpenAI deployment. |
|---|
azure.openai.resource.name=my-azure-openai-resource
This setting specifies the deployment ID of your Azure OpenAI chat model.
| [ID] | The deployment ID for your Azure OpenAI chat model. |
|---|
azure.openai.deployment.id=gpt-4-chat
This setting specifies the deployment ID of your Azure OpenAI chat model.
| [ID] | The deployment ID for your Azure OpenAI embedding chat model. |
|---|
azure.openai.embedding.deployment.id=text-embedding-ada-002
This setting specifies your Azure OpenAI token.
| [key] | Your Azure OpenAI token. |
|---|
azure.openai.api.key=3d7c9e5f4e8b4f5ab1234567890abcdef
This setting specifies the URL of the location where your LLM model is deployed.
| [URL] | The base URL for your custom LLM provider. |
|---|
other.llm.base.url=https://api.custom-llm-provider.com/
This setting specifies your custom LLM provider token.
| [key] | Your custom LLM provider token. |
|---|
other.llm.api.key=hf_yJkF7s2FEXAMPLETOKENeZ4rT
This setting specifies the chat model to use for your custom LLM provider.
| [chat model] | The name of your LLM chat model. |
|---|
other.llm.model=llama2-13b-chat
(Optional) This setting specifies the embedding chat model to use for your custom LLM provider.
| [chat model] | The name of your LLM embedding chat model. |
|---|
other.llm.embedding.model=bge-base-en-v1.5