mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
docs: add create-bot
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { text } from "node:stream/consumers";
|
||||
|
||||
export const en = [
|
||||
{
|
||||
text: 'Overview',
|
||||
@@ -26,6 +28,10 @@ export const en = [
|
||||
{
|
||||
text: 'Provider and Model',
|
||||
link: '/getting-started/provider-and-model.md'
|
||||
},
|
||||
{
|
||||
text: 'Create Bot',
|
||||
link: '/getting-started/create-bot.md'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -0,0 +1,55 @@
|
||||
# Create Bot
|
||||
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Complete the provider and model configuration.
|
||||
|
||||
|
||||
## Step 1: Open the Bot Page
|
||||
|
||||
Click **Bots** in the left sidebar to open the Bots configuration page.
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
## Step 2: create a Bot
|
||||
|
||||
Click the **New Bot** button (with a plus icon)
|
||||
|
||||

|
||||
|
||||
In the dialog, fill in:
|
||||
|
||||
| Field | Description |
|
||||
|-------|-------------|
|
||||
| **Name** | A display name for this bot (e.g. `my-bot`, `telegram-public-bot`) |
|
||||
| **Avatar URL** | The API base Avatar (e.g.`https://gravatar.com/avatar/***`) |
|
||||
| **Type** | Bots type: `person`, `public`, public for channel(e.g. `telegram` group, `qq` group, `discord` channel, person for bind user) |
|
||||
|
||||
## Step 3: Bot Configuration
|
||||
|
||||
Click one **bot** Card in Bots page
|
||||
|
||||

|
||||
|
||||
open **settings** section
|
||||
|
||||

|
||||
|
||||
select your available `Chat Model`, `Memory Model`, `Embedding Model` and save for basic Configuration
|
||||
|
||||
|
||||
## Step 4: Check Bot
|
||||
|
||||
Click **Chat** in the left sidebar to open chat page.
|
||||
then type your prompt to test the Bot configuration
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## Next Steps
|
||||
|
||||
Once you have at least one bot, you can add bot **Platform** (e.g. `telegram`, `feishu(lark)`, `wechat`, `discord`) and manage **Memory** in bot settings.
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user