MCPcopy Create free account
hub / github.com/NVIDIA/nvcf / stringValue

Function stringValue

src/clis/nvcf-cli/cmd/function_llm_model_test.go:543–548  ·  view source on GitHub ↗
(value *string)

Source from the content-addressed store, hash-verified

541 }
542 if got, want := config.InferenceURL, "/v1/embeddings"; got != want {
543 t.Fatalf("InferenceURL = %q, want %q", got, want)
544 }
545}
546
547func TestLoadInvokeConfigAppliesModelNameFlag(t *testing.T) {
548 originalFlags := invokeFlags
549 t.Cleanup(func() {
550 invokeFlags = originalFlags
551 })

Calls

no outgoing calls

Tested by

no test coverage detected