jackal79 commited on
Commit
f1061c9
·
verified ·
1 Parent(s): df3f934

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -8
README.md CHANGED
@@ -1,12 +1,5 @@
1
  ---
2
  license: other
3
- library_name: unknown
4
- language:
5
- - en
6
- tags:
7
- - prime-algebra
8
- - certified-computation
9
- - ibce
10
  private: true
11
  ---
12
 
@@ -16,6 +9,6 @@ This repo does not host weights. Use the hosted API to compute answers with cert
16
 
17
  - Health: `GET /v1/healthz`
18
  - Solve: `POST /v1/solve` with `x-api-key`
19
- - Batch: `POST /v1/batch_solve` (poll with `GET /v1/jobs/{{job_id}}`)
20
 
21
  Contact to request access. Internals are not disclosed.
 
1
  ---
2
  license: other
 
 
 
 
 
 
 
3
  private: true
4
  ---
5
 
 
9
 
10
  - Health: `GET /v1/healthz`
11
  - Solve: `POST /v1/solve` with `x-api-key`
12
+ - Batch: `POST /v1/batch_solve` (poll with `GET /v1/jobs/{job_id}`)
13
 
14
  Contact to request access. Internals are not disclosed.