justperquant commited on
Commit
dd4edd5
·
verified ·
1 Parent(s): eb0d6f7

update readme for spaces

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -1,11 +1,10 @@
1
- ---
2
- title: Docker Quant Llm
3
- emoji: 🏆
4
- colorFrom: pink
5
- colorTo: gray
6
- sdk: docker
7
- pinned: false
8
- short_description: 'llm-training '
9
- ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
1
+ # Quant Signal LLM API (Flask + Ollama)
 
 
 
 
 
 
 
 
2
 
3
+ Send a JSON trading signal and get LLM commentary via /analyze.
4
+
5
+ ## POST Example
6
+
7
+ ```bash
8
+ curl -X POST https://justperquant.docker-quant-llm.hf.space/analyze \
9
+ -H "Content-Type: application/json" \
10
+ -d @signals/F_momentum.json