@aj-archipelago/cortex 1.0.22 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aj-archipelago/cortex",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Cortex is a GraphQL API for AI. It provides a simple, extensible interface for using AI services from OpenAI, Azure and others.",
5
5
  "private": false,
6
6
  "repository": {
@@ -13,7 +13,7 @@ import CohereSummarizePlugin from './plugins/cohereSummarizePlugin.js';
13
13
  import AzureCognitivePlugin from './plugins/azureCognitivePlugin.js';
14
14
  import OpenAiEmbeddingsPlugin from './plugins/openAiEmbeddingsPlugin.js';
15
15
  import OpenAIImagePlugin from './plugins/openAiImagePlugin.js';
16
- import OpenAIDallE3Plugin from './plugins/openAiDalle3Plugin.js';
16
+ import OpenAIDallE3Plugin from './plugins/openAiDallE3Plugin.js';
17
17
 
18
18
  class PathwayPrompter {
19
19
  constructor(config, pathway, modelName, model) {