From ce6b1321e7b19b2c28cf24ca62aa3916ef643ddb Mon Sep 17 00:00:00 2001 From: Hezi Aharon Date: Wed, 4 Dec 2024 07:25:29 +0000 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index fd08ece..7e4f76a 100644 --- a/app.py +++ b/app.py @@ -3,7 +3,7 @@ from openai import OpenAI # Initialize the OpenAI client client = OpenAI( - api_key='EMPTY' + api_key='EMPTY', base_url='https://hub.societyai.com/models/llama-3-2-3b/openai/v1', )