diff --git a/app.py b/app.py index 51aa425..c27818b 100644 --- a/app.py +++ b/app.py @@ -4,7 +4,7 @@ from openai import OpenAI # Initialize the OpenAI client client = OpenAI( api_key="EMPTY", - base_url='https://llama-3-2-3b.societyai.com/openai/v1', + base_url='https://hub.societyai.com/models/llama-3-2-3b/openai/v1', ) # Define the system prompt to set the context or behavior of the LLM