@brainstack/agent
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ module.exports = { |
{ | ||
"name": "@brainstack/agent", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Brainstack Model Agent Lib", | ||
@@ -27,2 +27,3 @@ "main": "dist/index.js", | ||
"jest": "^29.5.0", | ||
"standard-version": "^9.5.0", | ||
"ts-jest": "^29.1.0", | ||
@@ -32,5 +33,5 @@ "ts-node": "^10.9.1", | ||
}, | ||
"peerDependencies": { | ||
"dependencies": { | ||
"openai": "^4.0.1" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # @brainstack/agent |
@@ -0,0 +0,0 @@ import { describe, expect, test } from '@jest/globals'; |
export interface IModel { | ||
_ask(input: string, system?: string): Promise<string | null>; | ||
} |
@@ -0,0 +0,0 @@ import { IModel } from './abstraction'; |
export * from './abstraction' | ||
export * from './implementation' | ||
export * from './integrations' |
@@ -0,0 +0,0 @@ import axios from 'axios'; |
export * from './openai' | ||
export * from './azure' |
@@ -0,0 +0,0 @@ import { OpenAI } from 'openai'; |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
19591
12
+ Addedopenai@^4.0.1