
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
English | 简体中文
npx edgegpt
npx edgegpt -h
Usage: edgegpt [options]
!reset Reset the conversation
!exit Exit the program
!options Set request options
Options:
-f, --cookie-file Cookie file path [default: cookie.json]
--stream Used stream mode [boolean] [default: true]
-h, --help Show help [boolean]
-v, --version Show version number [boolean]
--options Request options [array] [default: deepleo,enable_debug_commands,disable_emoji_spoken_text,enablemm]
Examples:
edgegpt -f cookie.json
Repo: https://github.com/kejunmao/edgegpt
By: KeJun
License: MIT
Arguments:
--stream
: Used stream mode, true will be used as default, you can use --no-stream
to set false
.-f, --cookie-file
: Cookie json file path, cookie.json will be used as default.--options
: Request options, "deepleo", "enable_debug_commands", "disable_emoji_spoken_text", "enablemm" will be used as default, you can find more options hereimport { ChatBot, loadEdgeGPTConfig } from "edgegpt";
const config = await loadEdgeGPTConfig();
const chatBot = new ChatBot(config);
await chatBot.create();
console.log(await chatBot.askAsync("hello!"));
Configuration is loaded by unjs/c12 from cwd. You can use either edgegpt.config.json
, edgegpt.config.{ts,js,mjs,cjs}
, .edgegptrc
.
See ./src/config.ts for available options and defaults.
corepack enable
(use npm i -g corepack
for Node.js < 16.10)pnpm install
pnpm dev
Made with 💛
Published under MIT License.
FAQs
Unknown package
We found that edgegpt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.