Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ constructor
Method
constructor
apps/sim/providers/vllm/index.test.ts:24–26 ·
view source on GitHub ↗
(opts: Record<string, unknown>)
Source
from the content-addressed store, hash-verified
22
class
MockOpenAI {
23
chat = { completions: { create: mockCreate } }
24
constructor(opts: Record<string, unknown>) {
25
openAIArgs.push(opts)
26
}
27
}
28
return
{
29
mockCreate,
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected