Skip to content

Commit dd39d2e

Browse files
chore: bump llm interface by a major (botpress#15106)
1 parent f88b940 commit dd39d2e

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

integrations/anthropic/integration.definition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default new IntegrationDefinition({
66
name: 'anthropic',
77
title: 'Anthropic',
88
description: 'Access a curated list of Claude models to set as your chosen LLM.',
9-
version: '15.0.1',
9+
version: '16.0.0',
1010
readme: 'hub.md',
1111
icon: 'icon.svg',
1212
entities: {

integrations/cerebras/integration.definition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default new IntegrationDefinition({
77
title: 'Cerebras',
88
description:
99
'Get access to a curated list of Cerebras models for content generation and chat completions within your bot.',
10-
version: '8.0.3',
10+
version: '9.0.0',
1111
readme: 'hub.md',
1212
icon: 'icon.svg',
1313
entities: {

integrations/fireworks-ai/integration.definition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default new IntegrationDefinition({
88
title: 'Fireworks AI',
99
description:
1010
'Choose from curated Fireworks AI models for content generation, chat completions, and audio transcription.',
11-
version: '10.0.3',
11+
version: '11.0.0',
1212
readme: 'hub.md',
1313
icon: 'icon.svg',
1414
entities: {

integrations/google-ai/integration.definition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default new IntegrationDefinition({
66
name: 'google-ai',
77
title: 'Google AI',
88
description: 'Gain access to Gemini models for content generation, chat responses, and advanced language tasks.',
9-
version: '7.0.5',
9+
version: '8.0.0',
1010
readme: 'hub.md',
1111
icon: 'icon.svg',
1212
entities: {

integrations/groq/integration.definition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default new IntegrationDefinition({
77
name: 'groq',
88
title: 'Groq',
99
description: 'Gain access to Groq models for content generation, chat responses, and audio transcription.',
10-
version: '15.0.3',
10+
version: '16.0.0',
1111
readme: 'hub.md',
1212
icon: 'icon.svg',
1313
entities: {

integrations/mistral-ai/integration.definition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default new IntegrationDefinition({
66
name: 'mistral-ai',
77
title: 'Mistral AI',
88
description: 'Access a curated list of Mistral AI models to set as your chosen LLM.',
9-
version: '0.1.2',
9+
version: '1.0.0',
1010
readme: 'hub.md',
1111
icon: 'icon.svg',
1212
entities: {

integrations/openai/integration.definition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default new IntegrationDefinition({
1717
title: 'OpenAI',
1818
description:
1919
'Gain access to OpenAI models for text generation, speech synthesis, audio transcription, and image generation.',
20-
version: '19.0.1',
20+
version: '20.0.0',
2121
readme: 'hub.md',
2222
icon: 'icon.svg',
2323
entities: {

interfaces/llm/interface.definition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { z, InterfaceDefinition } from '@botpress/sdk'
33

44
export default new InterfaceDefinition({
55
name: 'llm',
6-
version: '9.0.1',
6+
version: '10.0.0',
77
entities: {
88
modelRef: {
99
schema: common.llm.schemas.ModelRefSchema,

0 commit comments

Comments
 (0)