MCPcopy Index your code
hub / github.com/geekcomputers/Python / lm_client

Function lm_client

JARVIS/ai.py:10–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9
10def lm_client():
11 return OpenAI(api_key=OPENAI_API_KEY, base_url=OPENAI_BASE_URL)
12
13
14def usage_dict(response):

Callers 2

ask_modelFunction · 0.85
classify_actionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected