From ea971e4442385705611e1ec2b8f968d14ae23464 Mon Sep 17 00:00:00 2001 From: Xory Date: Thu, 23 Oct 2025 22:38:44 +0300 Subject: [PATCH] fuck streaming it gave me ptsd trying to implement it --- README.md | 1 - main.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 0ba0f3a..a095f63 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,5 @@ A search engine in your discord client. - [X] Ephemeral - [X] Image creation (untested since it hasn't been rolled out to me yet) - [X] Intelligence Buff (sysprompt & the like) -- [ ] Streaming - [ ] Research - [ ] VC capabilities (difficult af to implement) diff --git a/main.py b/main.py index 32c631b..999e4e4 100644 --- a/main.py +++ b/main.py @@ -92,8 +92,6 @@ async def ask(interaction: discord.Interaction, prompt: str, attachment: Optiona case _: model_name = "gemini-flash-latest" - print(f"[d] using {model_name}") # TODO: delete this - for _ in range(5): try: if not attachment: