Skip to content

Commit

Permalink
Makes the StaticResponse model visible.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 571455795
  • Loading branch information
Langfun Authors committed Oct 6, 2023
1 parent 4135bf5 commit 2e10561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions langfun/core/llms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2e10561

Please sign in to comment.