mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-07-03 09:27:49 +02:00
remove -it from run.sh
This commit is contained in:
@@ -15,7 +15,7 @@ proxy = APIRouter()
|
||||
ALLOWED_ANTHROPIC_ENDPOINTS = {"v1/messages"}
|
||||
|
||||
MISSING_INVARIANT_AUTH_API_KEY = "Missing invariant authorization header"
|
||||
MISSING_ANTHROPIC_AUTH_HEADER = "Missing anthropic authorization header"
|
||||
MISSING_ANTHROPIC_AUTH_HEADER = "Missing Anthropic authorization header"
|
||||
NOT_SUPPORTED_ENDPOINT = "Not supported Anthropic endpoint"
|
||||
FAILED_TO_PUSH_TRACE = "Failed to push trace to the dataset: "
|
||||
END_REASONS = ["end_turn", "max_tokens", "stop_sequence"]
|
||||
|
||||
Reference in New Issue
Block a user