@ -20,7 +20,13 @@ export const createChatCompletion = createAction({
|
||||
blockType: 'together-ai',
|
||||
},
|
||||
{ blockType: 'mistral' },
|
||||
{ blockType: 'anthropic' },
|
||||
{
|
||||
blockType: 'anthropic',
|
||||
transform: (options) => ({
|
||||
...options,
|
||||
action: 'Create Chat Message',
|
||||
}),
|
||||
},
|
||||
],
|
||||
options: parseChatCompletionOptions({
|
||||
modelFetchId: 'fetchModels',
|
||||
|
Reference in New Issue
Block a user