From 46ec89ba29ebad9a8020df169b3ca70d45f3cf9f Mon Sep 17 00:00:00 2001 From: shadeMe Date: Mon, 5 Feb 2024 16:10:19 +0100 Subject: [PATCH] Update example --- integrations/uptrain/example/example.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/integrations/uptrain/example/example.py b/integrations/uptrain/example/example.py index b029b9a65..ea3c8cc7e 100644 --- a/integrations/uptrain/example/example.py +++ b/integrations/uptrain/example/example.py @@ -8,8 +8,12 @@ "Who created the Python language?", ] CONTEXTS = [ - "The popularity of sports can be measured in various ways, including TV viewership, social media presence, number of participants, and economic impact. Football is undoubtedly the world's most popular sport with major events like the FIFA World Cup and sports personalities like Ronaldo and Messi, drawing a followership of more than 4 billion people.", - "Python, created by Guido van Rossum in the late 1980s, is a high-level general-purpose programming language. Its design philosophy emphasizes code readability, and its language constructs aim to help programmers write clear, logical code for both small and large-scale software projects.", + [ + "The popularity of sports can be measured in various ways, including TV viewership, social media presence, number of participants, and economic impact. Football is undoubtedly the world's most popular sport with major events like the FIFA World Cup and sports personalities like Ronaldo and Messi, drawing a followership of more than 4 billion people." + ], + [ + "Python, created by Guido van Rossum in the late 1980s, is a high-level general-purpose programming language. Its design philosophy emphasizes code readability, and its language constructs aim to help programmers write clear, logical code for both small and large-scale software projects." + ], ] RESPONSES = [ "Football is the most popular sport with around 4 billion followers worldwide",