Spaces:
Paused
Paused
Fahad Mattoo
commited on
teat (#8)
Browse files- .github/workflows/check.yml +3 -1
- README.md +11 -0
.github/workflows/check.yml
CHANGED
|
@@ -13,4 +13,6 @@ jobs:
|
|
| 13 |
- name: Check large files
|
| 14 |
uses: ActionsDesk/[email protected]
|
| 15 |
with:
|
| 16 |
-
filesizelimit: 10485760 # this is 10MB
|
|
|
|
|
|
|
|
|
| 13 |
- name: Check large files
|
| 14 |
uses: ActionsDesk/[email protected]
|
| 15 |
with:
|
| 16 |
+
filesizelimit: 10485760 # this is 10MB
|
| 17 |
+
env:
|
| 18 |
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# simple-chat-bot
|
| 2 |
This is a simple chat bot using openAI GPT models.
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: {{title}}
|
| 3 |
+
emoji: {{emoji}}
|
| 4 |
+
colorFrom: {{colorFrom}}
|
| 5 |
+
colorTo: {{colorTo}}
|
| 6 |
+
sdk: {{sdk}}
|
| 7 |
+
sdk_version: {{sdkVersion}}
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# simple-chat-bot
|
| 13 |
This is a simple chat bot using openAI GPT models.
|
| 14 |
|