File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
packages/ai-providers/server-ai-vercel/src Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export class VercelProvider extends AIProvider {
4646 * This method auto-detects the provider and creates the model.
4747 * Note: Messages from the AI config are not included in the provider - messages
4848 * should be passed at invocation time via invokeModel().
49- *
49+ *
5050 * @param aiConfig The LaunchDarkly AI configuration
5151 * @param logger Optional logger
5252 * @returns A Promise that resolves to a configured VercelProvider
@@ -169,7 +169,7 @@ export class VercelProvider extends AIProvider {
169169
170170 /**
171171 * Map LaunchDarkly model parameters to Vercel AI SDK parameters.
172- *
172+ *
173173 * Parameter mappings:
174174 * - max_tokens → maxTokens
175175 * - max_completion_tokens → maxOutputTokens
Original file line number Diff line number Diff line change @@ -38,4 +38,3 @@ export interface VercelAISDKConfig<TMod> extends VercelAIModelParameters {
3838 model : TMod ;
3939 messages ?: LDMessage [ ] | undefined ;
4040}
41-
You can’t perform that action at this time.
0 commit comments