From 11f48f47e3c6d7f2a3c9613d9e4d4cc8dfbaacc8 Mon Sep 17 00:00:00 2001 From: badhezi Date: Wed, 11 Dec 2024 08:18:51 +0000 Subject: [PATCH] Update app.py --- app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.py b/app.py index 3dc58d3..7dfb228 100644 --- a/app.py +++ b/app.py @@ -12,8 +12,7 @@ from langchain.prompts.chat import ( llm = ChatOpenAI( temperature=0.7, model_name="llama-3.2-3B-instruct", # Replace with your specific model or endpoint if required - openai_api_base="https://hub.societyai.com/models/llama-3-2-3b/openai/v1", - openai_api_key="EMPTY", # Adjust according to your API key handling + openai_api_base="https://hub.societyai.com/models/llama-3-2-3b-test/openai/v1", ) # Set up the memory for the chatbot