Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ getOllamaUrl
Function
getOllamaUrl
apps/sim/lib/core/utils/urls.ts:207–209 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
205
* Reads from OLLAMA_URL with a localhost fallback
for
development.
206
*/
207
export
function
getOllamaUrl(): string {
208
return
env.OLLAMA_URL || DEFAULT_OLLAMA_URL
209
}
Callers
2
index.ts
File · 0.90
route.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected