docs(enterprise.md): add prompt injection detection to docs

This commit is contained in:
Krrish Dholakia 2024-03-13 12:37:32 -07:00
parent 42b3577fd0
commit b6f7eb922f
2 changed files with 45 additions and 2 deletions

View file

@ -12,7 +12,6 @@ from typing import Any, Literal, Union, BinaryIO
from functools import partial
import dotenv, traceback, random, asyncio, time, contextvars
from copy import deepcopy
import httpx
import litellm
from ._logging import verbose_logger