Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ali-Developments
/
NINU
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d10fb46
NINU
/
agent.py
Ali-Developments
Upload 6 files
8987ddb
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
181 Bytes
from
system_prompt
import
SYSTEM_PROMPT
def
query_agent
(
user_input
):
# Dummy response (replace with actual LLM call)
return
f"[NINU Agent] سؤالك كان:
{user_input}
"