Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Raju2024
/
TestLLM
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
TestLLM
/
docker
/
prod_entrypoint.sh
Raju2024
Upload 1072 files
e3278e4
verified
12 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
154 Bytes
#!/bin/sh
if
[
"
$USE_DDTRACE
"
=
"true"
];
then
export
DD_TRACE_OPENAI_ENABLED=
"False"
exec
ddtrace-run litellm
"
$@
"
else
exec
litellm
"
$@
"
fi