Spaces:
Runtime error
Runtime error
青麈 commited on
Commit ·
3288ed4
1
Parent(s): 684ee31
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,24 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
Then, navigate to the project directory and install the necessary dependencies using `pip install -r requirements.txt`.
|
| 14 |
-
|
| 15 |
-
## Usage
|
| 16 |
-
|
| 17 |
-
Run the script using `python main.py`.
|
| 18 |
-
|
| 19 |
-
This will launch a Gradio interface in your web browser where you can interact with the chatbot.
|
| 20 |
-
|
| 21 |
-
## License
|
| 22 |
-
|
| 23 |
-
This project is licensed under the terms of the MIT license.
|
| 24 |
-
By Leric Dax (LAK), Mnemosyne Labs, and Azoth Corp (2023).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Claude100K API
|
| 3 |
+
emoji: 💻
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 3.35.2
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|