This commit is contained in:
narawat lamaiin
2024-07-16 15:32:26 +07:00
parent fdc50d1b90
commit 37a9a38796
4 changed files with 132 additions and 64 deletions

View File

@@ -67,11 +67,11 @@ end
response = YiemAgent.conversation(a, Dict(:text=> "Hello, I would like a get a bottle of wine."))
println("---> YiemAgent: ", response)
response = YiemAgent.conversation(a, Dict(:text=> "I'm having a graduation party this evening. I'll pay at most 30 bucks.",
:select=> nothing,
:reward=> 0,
:isterminal=> false,
) )
response = YiemAgent.conversation(a, Dict(:text=> "I'm having a graduation party this evening. I'll pay at most 30 bucks."))
response = YiemAgent.conversation(a, Dict(:text=> "What type of wine do you recommend for a celebration?"))
println("---> YiemAgent: ", response)