Skip to content

Commit df91d48

Browse files
committed
fix: lint
1 parent 9050e19 commit df91d48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

helpers/env-variables.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,13 @@ const getModelEnvs = (modelConfig: ModelConfig): EnvVar[] => {
291291
},
292292
{
293293
name: "AZURE_OPENAI_LLM_DEPLOYMENT",
294-
description: "The Azure OpenAI deployment to use for LLM deployment.",
294+
description:
295+
"The Azure OpenAI deployment to use for LLM deployment.",
295296
},
296297
{
297298
name: "AZURE_OPENAI_EMBEDDING_DEPLOYMENT",
298-
description: "The Azure OpenAI deployment to use for embedding deployment.",
299+
description:
300+
"The Azure OpenAI deployment to use for embedding deployment.",
299301
},
300302
]
301303
: []),

0 commit comments

Comments
 (0)