Delete run.txt
Browse files
run.txt
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
curl http://localhost:7860/copilot/v1/models
|
| 2 |
-
curl -X POST https://kaballas-copilot.hf.space/copilot/v1/chat/completions \
|
| 3 |
-
-H "Content-Type: application/json" \
|
| 4 |
-
-d '{
|
| 5 |
-
"model": "gpt-5-mini",
|
| 6 |
-
"messages": [
|
| 7 |
-
{"role": "user", "content": "Hello"}
|
| 8 |
-
]
|
| 9 |
-
}'
|
| 10 |
-
|
| 11 |
-
docker run -it -p 7860:7860 --platform=linux/amd64 \
|
| 12 |
-
-e GH_TOKEN="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" \
|
| 13 |
-
-e API_TOKEN="Kaballas" \
|
| 14 |
-
registry.hf.space/kaballas-copilot:latest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|