From 2e105616010874fa829a971c5da42f41dbce853f Mon Sep 17 00:00:00 2001 From: Langfun Authors Date: Fri, 6 Oct 2023 15:57:26 -0700 Subject: [PATCH] Makes the `StaticResponse` model visible. PiperOrigin-RevId: 571455795 --- langfun/core/llms/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/langfun/core/llms/__init__.py b/langfun/core/llms/__init__.py index 88ca03a..df476d2 100644 --- a/langfun/core/llms/__init__.py +++ b/langfun/core/llms/__init__.py @@ -19,6 +19,7 @@ # LMs for testing. from langfun.core.llms.fake import Echo from langfun.core.llms.fake import StaticMapping +from langfun.core.llms.fake import StaticResponse from langfun.core.llms.fake import StaticSequence # OpenAI models.