Spaces:
Runtime error
Runtime error
Commit
·
58cd87a
1
Parent(s):
a512dcd
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,19 @@ pinned: false
|
|
9 |
license: openrail
|
10 |
---
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
license: openrail
|
10 |
---
|
11 |
|
12 |
+
## Easy Chatbot with PaLM API
|
13 |
+
|
14 |
+
1. go to https://makersuite.google.com/app/home
|
15 |
+
2. create your bot in the chat prompt
|
16 |
+
3. change app.py file with your own context and examples
|
17 |
+
4. ready to use chatbot that can be used as embedded in any websites (cf https://comparateur-image.web.app/bot/)
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
# Errors
|
22 |
+
|
23 |
+
1. clear button (gr.ClearButton needs a fix in embedded websites), using a basic button while not fixed
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|