fuck streaming it gave me ptsd trying to implement it
This commit is contained in:
parent
ebd8d9ad81
commit
ea971e4442
2 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
2
main.py
2
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue