MCPcopy Create free account
hub / github.com/Integuru-AI/Integuru / LLM.py

File LLM.py

integuru/util/LLM.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from langchain_openai import ChatOpenAI
2
3class LLMSingleton:
4 _instance = None

Callers

nothing calls this directly

Calls 1

LLMSingletonClass · 0.85

Tested by

no test coverage detected