ada-web

Ada AI is a specialized coding...
Log | Files | Refs | README | LICENSE

commit 2c85f4622e342eed9ef2908df0b42c8923802398
parent 78d545137601c78f968831cf8ebf0adbb14c8604
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Wed,  3 Sep 2025 16:50:00 +0530

Update Chatbot.py
Diffstat:
MBackend/Chatbot.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Backend/Chatbot.py b/Backend/Chatbot.py @@ -171,7 +171,7 @@ def ChatBot(Query, sender_number=None): try: completion = client.chat.completions.create( - model="llama3-70b-8192", + model="llama-3.3-70b-versatile", messages=full_messages, stream=True # <--- IMPORTANT: Enable streaming )
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror