@ -1,7 +1,7 @@
import axios from 'axios'
export class LangGeniusClient {
constructor(apiKey, baseUrl = 'https://api.langgenius.ai/v1') {
constructor(apiKey, baseUrl = 'https://api.dify.ai/v1') {
this.apiKey = apiKey
this.baseUrl = baseUrl
}
@ -1,6 +1,6 @@
{
"name": "langgenius-client",
"version": "1.0.1",
"version": "1.1.1",
"description": "This is the Node.js SDK for the LangGenius API, which allows you to easily integrate LangGenius into your Node.js applications.",
"main": "index.js",
"type": "module",