Skip to content

Commit 6d148f5

Browse files
Fix typo in poem generated by chatbot (microsoft#995)
This commit fixes a typo in the e2e_text_completion.py test file, where the word "signularity" was misspelled as "singularity". This could cause confusion or errors in the test output. The typo was corrected to "singularity" to match the intended meaning of the poem. No other changes were made to the test file or the functionality of the chatbot.
1 parent 4a4e5ff commit 6d148f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/tests/integration/completions/e2e_text_completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ async def summarize_conversation_using_skill(kernel: sk.Kernel):
347347
Jane: What about you?
348348
John: That's cool. Let me see if mine will write a poem, too.
349349
John: Here's a poem my chatbot wrote:
350-
John: The signularity of the universe is a mystery.
350+
John: The singularity of the universe is a mystery.
351351
Jane: You might want to try using a different model.
352352
John: I'm using the GPT-2 model. That makes sense.
353353
John: Here is a new poem after updating the model.

0 commit comments

Comments
 (0)