Add deepseek local model deepseek-r1:1.5b

This commit is contained in:
BuffTechTalk
2025-01-27 13:53:41 -06:00
parent 340c66dfac
commit 6ed8d0dda9
18 changed files with 51 additions and 33 deletions

View File

@@ -1,14 +1,5 @@
import streamlit as st
from webpages.SendEmail import send_email
# # Example usage of the send_email function
# if __name__ == "__main__":
# send_email(
# sender_email="noreply@buffteks.org", # Sender's email address
# password="cidm4360fall2024@*", # Sender's email password
# to_email="REPLACE_WITH_RESIDENT_EMAIL", # Recipient's email address
# subject="Package Pickup Notification", # Subject of the email
# )
def testing():
st.write("Testing Page")