Update llm.py
This commit is contained in:
parent
1c39a1f0c6
commit
7fd492cc04
@ -79,7 +79,7 @@ class TritonLLM(LLM):
|
|||||||
header_trace = {
|
header_trace = {
|
||||||
"traceparent": f"00-{uuid_trace_id_hex}-00{uuid_span_id_hex[:14]}-00",
|
"traceparent": f"00-{uuid_trace_id_hex}-00{uuid_span_id_hex[:14]}-00",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"model-api-key": "01jsdesqtp4w81b8hydysxa1k2"
|
"model-api-key": model_api_key
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = requests.post(
|
ret = requests.post(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user