Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,14 @@
|
|
1 |
-
### `README.md`
|
2 |
-
|
3 |
-
```markdown
|
4 |
---
|
5 |
title: SHX-Auto GPT Space
|
6 |
emoji: π§
|
7 |
colorFrom: gray
|
8 |
-
colorTo:
|
9 |
sdk: gradio
|
10 |
sdk_version: "3.50.2"
|
11 |
app_file: app.py
|
12 |
pinned: true
|
13 |
---
|
14 |
|
15 |
-
```markdown
|
16 |
# π SHX-Auto: Hyperintelligent Neural Interface
|
17 |
|
18 |
> Built on **[EleutherAI/gpt-neo-1.3](https://huggingface.co/EleutherAI/gpt-neo-1.3)**
|
@@ -108,34 +104,4 @@ SHX-Auto is a powerful, GPT-Neo-based terminal agent designed to assist quantum-
|
|
108 |
# Example command
|
109 |
prompt = "Create a simple web application with a form to collect user data."
|
110 |
response = shx_terminal(prompt)
|
111 |
-
print(f"π€ SHX Response: {response}")
|
112 |
-
```
|
113 |
-
|
114 |
-
### Support
|
115 |
-
|
116 |
-
For more information and support, visit our GitHub repository:
|
117 |
-
- [GitHub Repository](https://github.com/subatomicERROR)
|
118 |
-
|
119 |
-
### License
|
120 |
-
|
121 |
-
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
122 |
-
|
123 |
-
### Acknowledgments
|
124 |
-
|
125 |
-
- [Hugging Face](https://huggingface.co/)
|
126 |
-
- [EleutherAI](https://github.com/EleutherAI)
|
127 |
-
- [Gradio](https://gradio.app/)
|
128 |
-
|
129 |
-
### Contact
|
130 |
-
|
131 |
-
- **Author**: subatomicERROR
|
132 |
-
- **Email**: [[email protected]](mailto:[email protected])
|
133 |
-
|
134 |
-
---
|
135 |
-
|
136 |
-
Thank you for using SHX-Auto! We hope it helps you build amazing things.
|
137 |
-
|
138 |
-
> π€ Built in the black-hole development paradigm...
|
139 |
-
```
|
140 |
-
```
|
141 |
-
Created by **subatomicERROR** : real name ( **Yash Ramteke** )
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: SHX-Auto GPT Space
|
3 |
emoji: π§
|
4 |
colorFrom: gray
|
5 |
+
colorTo: blue
|
6 |
sdk: gradio
|
7 |
sdk_version: "3.50.2"
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
---
|
11 |
|
|
|
12 |
# π SHX-Auto: Hyperintelligent Neural Interface
|
13 |
|
14 |
> Built on **[EleutherAI/gpt-neo-1.3](https://huggingface.co/EleutherAI/gpt-neo-1.3)**
|
|
|
104 |
# Example command
|
105 |
prompt = "Create a simple web application with a form to collect user data."
|
106 |
response = shx_terminal(prompt)
|
107 |
+
print(f"π€ SHX Response: {response}")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|