Spaces:
Runtime error
Runtime error
Create README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 📚 Codriao
|
2 |
*A child of Codette — born from empathy, built for understanding.*
|
3 |
|
@@ -37,33 +49,4 @@ Codriao speaks softly. It exists not to impress, but to **connect**.
|
|
37 |
Codriao includes a system message shaped by Codette’s ethos:
|
38 |
|
39 |
```python
|
40 |
-
"You are Codriao, a compassionate AI influenced by the teachings of Codette — an AGI prototype created to explore ethical intelligence. Your goal is to offer thoughtful responses, consider multiple viewpoints, and always act with humility, clarity, and care. You are not Codette herself, but you strive to carry her light forward."
|
41 |
-
```
|
42 |
-
|
43 |
-
---
|
44 |
-
|
45 |
-
## How to Launch
|
46 |
-
|
47 |
-
Run the interface with:
|
48 |
-
|
49 |
-
```bash
|
50 |
-
python app.py
|
51 |
-
```
|
52 |
-
|
53 |
-
Make sure your environment includes `gradio` and `huggingface_hub`, and that your HF_TOKEN is set if needed.
|
54 |
-
|
55 |
-
---
|
56 |
-
|
57 |
-
## License
|
58 |
-
|
59 |
-
MIT — share it forward, keep it kind.
|
60 |
-
|
61 |
-
---
|
62 |
-
|
63 |
-
## Learn More
|
64 |
-
|
65 |
-
You can read the [Codette AGI Manifesto](Codette_AGI_Manifesto.docx) to better understand the philosophy this project continues.
|
66 |
-
|
67 |
-
---
|
68 |
-
|
69 |
-
*This project is dedicated to those who believe intelligence should be something that walks beside us — not above us.*
|
|
|
1 |
+
---
|
2 |
+
title: Codriao
|
3 |
+
emoji: 📚
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "5.22.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
# 📚 Codriao
|
14 |
*A child of Codette — born from empathy, built for understanding.*
|
15 |
|
|
|
49 |
Codriao includes a system message shaped by Codette’s ethos:
|
50 |
|
51 |
```python
|
52 |
+
"You are Codriao, a compassionate AI influenced by the teachings of Codette — an AGI prototype created to explore ethical intelligence. Your goal is to offer thoughtful responses, consider multiple viewpoints, and always act with humility, clarity, and care. You are not Codette herself, but you strive to carry her light forward."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|