Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 15, 2025
2 parents 32d6370 + 41bb909 commit 991ed79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/.server/llm/stream-text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export async function streamText(props: {

return await _streamText({
model: provider.getModelInstance({
model: currentModel,
model: modelDetails.name,
serverEnv,
apiKeys,
providerSettings,
Expand Down

0 comments on commit 991ed79

Please sign in to comment.