markoarnauto commited on
Commit
8d70a1e
1 Parent(s): 3d623bd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ Access the model:
20
  ```
21
  curl http://localhost:8000/v1/completions -H "Content-Type: application/json" -d ' {
22
  "model": "cortecs/Llama-3-SauerkrautLM-70b-Instruct-GPTQ",
23
- "prompt": "San Francisco is a"
24
  } '
25
  ```
26
 
 
20
  ```
21
  curl http://localhost:8000/v1/completions -H "Content-Type: application/json" -d ' {
22
  "model": "cortecs/Llama-3-SauerkrautLM-70b-Instruct-GPTQ",
23
+ "prompt": "Berlin ist eine"
24
  } '
25
  ```
26