feat: support openai compatible llm provider by adding baseUrl to config (#2674)

Signed-off-by: frank-zsy <syzhao1988@126.com>
Co-authored-by: Saket Aryan <94069182+whysosaket@users.noreply.github.com>
Co-authored-by: Saket Aryan <saketaryan2002@gmail.com>
This commit is contained in:
Frank Zhao
2025-05-27 02:55:23 +08:00
committed by GitHub
parent 8a280b4a54
commit 9622ac7dff
6 changed files with 11 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "mem0ai",
"version": "2.1.26",
"version": "2.1.27",
"description": "The Memory Layer For Your AI Apps",
"main": "./dist/index.js",
"module": "./dist/index.mjs",