PredictionGuard()Prediction Guard large language models.
To use, you should have the predictionguard python package installed, and the
environment variable PREDICTIONGUARD_API_KEY set with your API key, or pass
it as a named parameter to the constructor.
Example:
.. code-block:: python
llm = PredictionGuard( model="Hermes-3-Llama-3.1-8B", predictionguard_api_key="your Prediction Guard API key", )