Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

alemonjs-openai

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alemonjs-openai

OpenAI协议连接

latest
Source
npmnpm
Version
0.0.9
Version published
Weekly downloads
9
-18.18%
Maintainers
1
Weekly downloads
 
Created
Source

openai

必要环境 nodejsredischrome

该扩展推荐使用 alemongo🔗 作为生产环境。

如果你是一名非技术人员,可使用 alemondesk🔗 桌面版。

安装

  • 方式1: 拉取release分支

地址

https://github.com/xiuxianjs/xiuxian-plugin.git

分支

release
  • 方式2: 从npm中安装
yarn add alemonjs-open -W

使用

使用 /ai帮助 唤醒

Redis

将以默认配置连接本地redis,

如需调整,请阅读@alemonjs/db配置连接,

如需使用docker请参考docker-compose.yml

# 启动
docker-compose up -d
# 关闭
docker-compose down

连接模型

支持连接符合openai接口的模型

  • openai

https://platform.openai.com/docs/overview

apiKey: ''
model: 'gpt-4o'
  • deepseek

https://api-docs.deepseek.com

baseURL: 'https://api.deepseek.com'
apiKey: ''
model: 'deepseek-chat'
# 可选 deepseek-reasoner (R1)
  • ollama

可本地部署的开源模型

https://ollama.com/

baseURL: 'http://localhost:11434/v1/'
apiKey: ''
model: 'llama3.2'

Keywords

alemonjs

FAQs

Package last updated on 03 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts