llmize
Contents:
Features
Installation
Quick Start
How It Works
Examples
Usage
Advanced Usage
Configuration
Frequently Asked Questions
API Reference
Contributing
License
Citation
Contact
llmize
API Reference
LLMize Utils
llmize.utils.parsing module
View page source
llmize.utils.parsing module
llmize.utils.parsing.
parse_response
(
response_text
,
hp_parse
=
False
)
[source]
Parses the generated response into a list of lists. Returns None if parsing fails.
llmize.utils.parsing.
parse_pairs
(
samples
,
scores
)
[source]
llmize.utils.parsing.
parse_score
(
text
)
[source]