From 0a4e710dc3647ad65bd477e33e87ceab938a83d0 Mon Sep 17 00:00:00 2001 From: badhezi Date: Mon, 25 Nov 2024 07:18:27 +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 d6f9397..3ea69cb 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', ) with gr.Blocks(css="footer {visibility: hidden}") as demo: