Skip to content

Commit

Permalink
Update ActorTestAppServer.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
acharneski committed Mar 16, 2024
1 parent 704e2c6 commit 30b7442
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ object ActorTestAppServer : com.simiacryptus.skyenet.webui.application.Applicati
listOf(
ChildWebApp("/test_simple", SimpleActorTestApp(SimpleActor("Translate the user's request into pig latin.", "PigLatin", model = ChatModels.GPT35Turbo))),
ChildWebApp("/test_parsed_joke", ParsedActorTestApp(ParsedActor(
JokeParser::class.java,
"Tell me a joke",
resultClass = TestJokeDataStructure::class.java,
prompt = "Tell me a joke",
parsingModel = ChatModels.GPT35Turbo,
model = ChatModels.GPT35Turbo,
))),
Expand Down

0 comments on commit 30b7442

Please sign in to comment.