Patch to fix Azure OpenAI (#2538)

This commit is contained in:
Saket Aryan
2025-04-11 21:28:38 +05:30
committed by GitHub
parent 05f9607282
commit ca1ee2d2d7
3 changed files with 23 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "mem0ai",
"version": "2.1.16",
"version": "2.1.16-patch.1",
"description": "The Memory Layer For Your AI Apps",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@@ -92,7 +92,7 @@
},
"dependencies": {
"axios": "1.7.7",
"openai": "4.28.0",
"openai": "^4.93.0",
"uuid": "9.0.1",
"zod": "^3.24.1"
},