View module source on GitHubDocumentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Utility functions and helpers for Openai integration.
View module source on GitHubDocumentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
class OpenAIUtils()
@staticmethod
def parse_completion_from_chunks(
chunks: List[ChatCompletionChunk]) -> Dict[str, Any]
Was this page helpful?