From 56c7d46f355c92f9d724d25603adb9fce19d2b1c Mon Sep 17 00:00:00 2001 From: Hezi Aharon Date: Wed, 4 Dec 2024 07:34:41 +0000 Subject: [PATCH] Update app.py --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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