Skip to content

Commit

Permalink
new logos svc
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Dec 20, 2023
1 parent 36725bf commit 384498b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cogs/LogosCharacterCog.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ async def on_message(self, message: discord.Message) -> None:
)

interaction = {
"character_id": self.characterId,
"session_id": str(message.author.id) + str(message.channel.id),
"prompt": prompt,
"attachments": attachment_urls,
"author_id": str(message.author.id),
}

response = request_logos_assistant(LOGOS_URL, assistant, interaction)
Expand Down

0 comments on commit 384498b

Please sign in to comment.