Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -43,30 +43,14 @@ Agentic Data 1 is not a general-purpose assistant. It is a **Precision Tool** ac
|
|
| 43 |
| **Instruction-Following Reliability** | **Hardened** | ✅ 100% SQL |
|
| 44 |
| **Logic Recovery (Self-Healing)** | **High Fidelity** | ✅ Validated |
|
| 45 |
|
| 46 |
-
## 🛠
|
| 47 |
|
| 48 |
-
Agentic Data 1 provides a seamless, OpenAI-compatible API interface for rapid enterprise deployment.
|
| 49 |
|
| 50 |
-
### **
|
| 51 |
-
- **Endpoint**: `https://shenpandi--agentic-data-1-serve.modal.run/v1/chat/completions`
|
| 52 |
-
- **Model ID**: `DataManagement-AI/Agentic-Data-1`
|
| 53 |
- **Architecture**: Specialized 8B High-Density Foundation
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
import openai
|
| 57 |
-
|
| 58 |
-
client = openai.OpenAI(
|
| 59 |
-
base_url="https://shenpandi--agentic-data-1-serve.modal.run/v1",
|
| 60 |
-
api_key="your-enterprise-key"
|
| 61 |
-
)
|
| 62 |
-
|
| 63 |
-
response = client.chat.completions.create(
|
| 64 |
-
model="DataManagement-AI/Agentic-Data-1",
|
| 65 |
-
messages=[{"role": "user", "content": "Retrieve active subscriptions for the last quarter"}],
|
| 66 |
-
temperature=0.0
|
| 67 |
-
)
|
| 68 |
-
print(response.choices[0].message.content) # Output: PURE SQL ONLY
|
| 69 |
-
```
|
| 70 |
|
| 71 |
---
|
| 72 |
### 🏢 About DataManagement.AI
|
|
|
|
| 43 |
| **Instruction-Following Reliability** | **Hardened** | ✅ 100% SQL |
|
| 44 |
| **Logic Recovery (Self-Healing)** | **High Fidelity** | ✅ Validated |
|
| 45 |
|
| 46 |
+
## 🛠 Enterprise Integration
|
| 47 |
|
| 48 |
+
Agentic Data 1 provides a seamless, OpenAI-compatible API interface for rapid enterprise deployment. To ensure the highest level of security and performance for our partners, API access is managed via authenticated enterprise credentials.
|
| 49 |
|
| 50 |
+
### **Getting Started**
|
|
|
|
|
|
|
| 51 |
- **Architecture**: Specialized 8B High-Density Foundation
|
| 52 |
+
- **Compatibility**: Fully compatible with `vLLM`, `TGI`, and `OpenAI SDK`.
|
| 53 |
+
- **Access**: Please contact the **DataManagement-AI** organization for a production API key and endpoint details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
---
|
| 56 |
### 🏢 About DataManagement.AI
|