10% kans op nieuwe GPT #24

Merged
jp merged 5 commits from gpt into master 2023-03-18 23:42:06 +01:00
Showing only changes of commit a80ac831f0 - Show all commits
+1 -1
View File
@@ -269,7 +269,7 @@ class Chatbot(commands.Cog):
except: except:
pass pass
response = self.getResponseForMessage(wordsToRespondTo) response = await self.getResponseForMessage(wordsToRespondTo)
await ctx.channel.send(response) await ctx.channel.send(response)
# Calculate probabilities and pick a next word from a word pair dict: # Calculate probabilities and pick a next word from a word pair dict: