J.A.R.V.I.S.: Release terminal scripts for Next-Gen. [API 1/2]
Browse files
README.md
CHANGED
@@ -129,7 +129,7 @@ wget https://huggingface.co/spaces/hadadrjt/ai/raw/main/assets/bin/install.sh &&
|
|
129 |
./ai Your message here.
|
130 |
|
131 |
# Example with Deep Search.
|
132 |
-
./ai
|
133 |
```
|
134 |
|
135 |
```bash
|
@@ -141,6 +141,8 @@ sudo mv ai /bin/
|
|
141 |
ai Your message here.
|
142 |
```
|
143 |
|
|
|
|
|
144 |
For **developers**, an OpenAI-compatible API is available, facilitating seamless integration with various systems. Additionally, this API endpoint is open source and can be accessed [here](https://huggingface.co/spaces/hadadrjt/api).
|
145 |
|
146 |
<video src="https://gitlab.com/hdrjt/assets/-/raw/master/videos/JARVIS_api.mp4" controls>
|
@@ -163,6 +165,8 @@ curl https://hadadrjt-api.hf.space/v1/responses \
|
|
163 |
https://hadadrjt-api.hf.space/v1
|
164 |
```
|
165 |
|
|
|
|
|
166 |
## Responsible Use
|
167 |
|
168 |
Although **J.A.R.V.I.S.** delivers impressive results, it may reflect biases from its training data and occasionally produce incorrect outputs. It is not intended for real-time safety-critical applications without human oversight. I recommend implementing human review workflows, monitoring outputs for fairness and accuracy, and updating the model with domain-specific data over time.
|
|
|
129 |
./ai Your message here.
|
130 |
|
131 |
# Example with Deep Search.
|
132 |
+
./ai /dp Your message here.
|
133 |
```
|
134 |
|
135 |
```bash
|
|
|
141 |
ai Your message here.
|
142 |
```
|
143 |
|
144 |
+
<div style="font-size: x-small; font-weight: bold;">Please note: For the Terminal version, audio and image generation functionalities are exclusively available within the main Spaces environment. This is due to the Terminal's inherent limitations in displaying images and playing audio directly.</div>
|
145 |
+
|
146 |
For **developers**, an OpenAI-compatible API is available, facilitating seamless integration with various systems. Additionally, this API endpoint is open source and can be accessed [here](https://huggingface.co/spaces/hadadrjt/api).
|
147 |
|
148 |
<video src="https://gitlab.com/hdrjt/assets/-/raw/master/videos/JARVIS_api.mp4" controls>
|
|
|
165 |
https://hadadrjt-api.hf.space/v1
|
166 |
```
|
167 |
|
168 |
+
<div style="font-size: x-small; font-weight: bold;">Please note: OpenAI-compatible API feature is deprecated for the Next-Gen version. The previous screen recording was made using the old version of Spaces, not the Next-Gen version. A new release will be available soon.</div>
|
169 |
+
|
170 |
## Responsible Use
|
171 |
|
172 |
Although **J.A.R.V.I.S.** delivers impressive results, it may reflect biases from its training data and occasionally produce incorrect outputs. It is not intended for real-time safety-critical applications without human oversight. I recommend implementing human review workflows, monitoring outputs for fairness and accuracy, and updating the model with domain-specific data over time.
|