Skip to content

Commit

Permalink
🐛 Fix typo in poem generated by chatbot
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lemillermicrosoft committed May 15, 2023
1 parent 4a4e5ff commit 131412d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ async def summarize_conversation_using_skill(kernel: sk.Kernel):
Jane: What about you?
John: That's cool. Let me see if mine will write a poem, too.
John: Here's a poem my chatbot wrote:
John: The signularity of the universe is a mystery.
John: The singularity of the universe is a mystery.
Jane: You might want to try using a different model.
John: I'm using the GPT-2 model. That makes sense.
John: Here is a new poem after updating the model.
Expand Down

0 comments on commit 131412d

Please sign in to comment.