ffreemt commited on
Commit ·
110504b
1
Parent(s): 0145393
Dockerfile
Browse files- Dockerfile +1 -0
- litellm2-models.bat +1 -0
Dockerfile
CHANGED
|
@@ -17,6 +17,7 @@
|
|
| 17 |
# acone postgresql worked
|
| 18 |
# edge browser github aiven does not quite work
|
| 19 |
|
|
|
|
| 20 |
from ghcr.io/berriai/litellm:main-latest
|
| 21 |
|
| 22 |
# SERVER_ROOT_PATH=/hf/v1
|
|
|
|
| 17 |
# acone postgresql worked
|
| 18 |
# edge browser github aiven does not quite work
|
| 19 |
|
| 20 |
+
# 1.82.1
|
| 21 |
from ghcr.io/berriai/litellm:main-latest
|
| 22 |
|
| 23 |
# SERVER_ROOT_PATH=/hf/v1
|
litellm2-models.bat
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
echo curl -sSLk "https://mikeee-litellm2.hf.space/v1/models" -H "Authorization: Bearer %LITELLM2_API_KEY%"
|