MCPcopy 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 */
207export function getOllamaUrl(): string {
208 return env.OLLAMA_URL || DEFAULT_OLLAMA_URL
209}

Callers 2

index.tsFile · 0.90
route.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected