Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
10
def
lm_client():
11
return
OpenAI(api_key=OPENAI_API_KEY, base_url=OPENAI_BASE_URL)
12
13
14
def
usage_dict(response):
Callers
2
ask_model
Function · 0.85
classify_action
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected