generated from eunomia-bpf/libbpf-starter-template
-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I run the following with ollama locally but not able to get any recorded data to the frontend;
sudo ./agentsight record -c "python3 ollama_test.py"
import requests
import requests
data = {
"model": "mistral",
"prompt": "Tell me a joke about penguins.",
"stream": False
}
response = requests.post("http://localhost:11434/api/generate", json=data)
print(response.json()["response"])
I have also tried running just this without any lucky either ;
sudo ./agentsight record -c "ls /tmp"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels