Update README.md
Browse files
README.md
CHANGED
@@ -8,16 +8,11 @@ pinned: false
|
|
8 |
license: mit
|
9 |
app_port: 7860
|
10 |
---
|
11 |
-
|
12 |
```markdown
|
13 |
-
|
14 |
```
|
15 |
# ArtickBot
|
16 |
-
|
17 |
- AI chatbot built using FastAPI and Hugging Face's transformers library. It allows users to initiate conversations with the bot and receive responses based on predefined persona templates.
|
18 |
-
|
19 |
```
|
20 |
-
|
21 |
```
|
22 |
## Usage
|
23 |
1. Run the FastAPI server:
|
|
|
8 |
license: mit
|
9 |
app_port: 7860
|
10 |
---
|
|
|
11 |
```markdown
|
|
|
12 |
```
|
13 |
# ArtickBot
|
|
|
14 |
- AI chatbot built using FastAPI and Hugging Face's transformers library. It allows users to initiate conversations with the bot and receive responses based on predefined persona templates.
|
|
|
15 |
```
|
|
|
16 |
```
|
17 |
## Usage
|
18 |
1. Run the FastAPI server:
|