From a72327641fc0acc6de4317ff4e45d34127ce5815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Five=20So=20Be=C5=9F?= <89789101+Bes-js@users.noreply.github.com> Date: Fri, 19 Jan 2024 01:13:58 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b71d996..a286862 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

+

Discord Buy Me A Coffee

# [Herc.ai](https://discord.gg/luppux) @@ -14,6 +14,7 @@ # ### ❔ [Support](https://discord.gg/luppux) ### 📂 [NPM](https://npmjs.com/hercai) +### 📖 [Document's](https://fivesobes.gitbook.io/hercai/) ### 📝 [Github](https://github.com/Bes-js/herc.ai) # @@ -31,7 +32,10 @@ npm i hercai -g **📂 Installation** ```bash -npm i hercai +npm i hercai +yarn add hercai +pnpm add hercai +bun add hercai ``` # # Quick Example @@ -48,6 +52,7 @@ const herc = new Hercai(); //new Hercai("your api key"); => Optional /* Available Models */ /* "v3" , "v3-32k" , "turbo" , "turbo-16k" , "gemini" */ /* Default Model; "v3" */ +/* Premium Parameter; personality => Optional */ herc.question({model:"v3",content:"hi, how are you?"}).then(response => { console.log(response.reply); /* The module will reply based on the message! */