style(vision): biome format llmClient.ts (wrap long const line)
This commit is contained in:
@@ -341,7 +341,9 @@ async function llmVisionDirect(
|
|||||||
promptText: string,
|
promptText: string,
|
||||||
imageUrl: { url: string },
|
imageUrl: { url: string },
|
||||||
): Promise<string | null> {
|
): Promise<string | null> {
|
||||||
const visionModel = config.AI_LLM_VISION_MODEL || "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning";
|
const visionModel =
|
||||||
|
config.AI_LLM_VISION_MODEL ||
|
||||||
|
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning";
|
||||||
try {
|
try {
|
||||||
const response = await axios.post(
|
const response = await axios.post(
|
||||||
`${config.AI_LLM_VISION_BASE_URL}/chat/completions`,
|
`${config.AI_LLM_VISION_BASE_URL}/chat/completions`,
|
||||||
|
|||||||
Reference in New Issue
Block a user