Socket
Socket
Sign inDemoInstall

@axflow/models

Package Overview
Dependencies
3
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.11 to 0.0.12

dist/azure-openai/chat.d.mts

14

package.json
{
"name": "@axflow/models",
"version": "0.0.11",
"version": "0.0.12",
"description": "Zero-dependency, modular SDK for building robust natural language applications",

@@ -16,2 +16,3 @@ "author": "Axflow (https://axflow.dev)",

"openai",
"azure",
"anthropic",

@@ -86,2 +87,5 @@ "cohere",

],
"azure-openai/chat": [
"./dist/azure-openai/chat.d.ts"
],
"anthropic/completion": [

@@ -136,2 +140,8 @@ "./dist/anthropic/completion.d.ts"

},
"./azure-openai/chat": {
"types": "./dist/azure-openai/chat.d.ts",
"import": "./dist/azure-openai/chat.mjs",
"module": "./dist/azure-openai/chat.mjs",
"require": "./dist/azure-openai/chat.js"
},
"./anthropic/completion": {

@@ -192,3 +202,3 @@ "types": "./dist/anthropic/completion.d.ts",

},
"gitHead": "53d041ddeec966a6bd31f9e25f4011a22de6aaf2"
"gitHead": "8b514a72b14adbc11b81b26b9d4bfd2735afb07a"
}

3

README.md

@@ -25,4 +25,4 @@ # @axflow/models

- ✅ Ollama.ai models running locally
- ✅ Azure OpenAI
- Google PaLM models (coming soon)
- Azure OpenAI (coming soon)
- Replicate (coming soon)

@@ -37,2 +37,3 @@

- [@axflow/models/openai/embedding](https://docs.axflow.dev/documentation/models/openai-embedding.html)
- [@axflow/models/azure-openai/chat](https://docs.axflow.dev/documentation/models/azure-openai-chat.html)
- [@axflow/models/anthropic/completion](https://docs.axflow.dev/documentation/models/anthropic-completion.html)

@@ -39,0 +40,0 @@ - [@axflow/models/cohere/generation](https://docs.axflow.dev/documentation/models/cohere-generation.html)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc