diff --git a/app.py b/app.py index c3884ba..9dc333b 100644 --- a/app.py +++ b/app.py @@ -3,8 +3,8 @@ from openai import OpenAI # Initialize the OpenAI client client = OpenAI( - api_key='EMPTY', - base_url='https://hub.societyai.com/models/llama-3-2-3b/openai/v1', + api_key="EMPTY", + 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