feat: only send user message as part of request (#957)
This commit is contained in:
parent
9279135355
commit
f18af236a0
8 changed files with 90 additions and 54 deletions
|
|
@ -23,7 +23,7 @@ export const myProvider = isTestEnvironment
|
|||
})
|
||||
: customProvider({
|
||||
languageModels: {
|
||||
'chat-model': xai('grok-2-1212'),
|
||||
'chat-model': xai('grok-2-vision-1212'),
|
||||
'chat-model-reasoning': wrapLanguageModel({
|
||||
model: xai('grok-3-mini-beta'),
|
||||
middleware: extractReasoningMiddleware({ tagName: 'think' }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue