Spaces:
Sleeping
Sleeping
Updated LLM to new model that supports Hausa as well
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ print("API key successfully loaded.")
|
|
30 |
|
31 |
# Initialize OpenAI client for Hugging Face Inference Endpoint
|
32 |
client = OpenAI(
|
33 |
-
base_url="https://f2iozzwigntrzkve.us-east-1.aws.endpoints.huggingface.cloud/v1/",
|
34 |
api_key=api_key
|
35 |
)
|
36 |
|
|
|
30 |
|
31 |
# Initialize OpenAI client for Hugging Face Inference Endpoint
|
32 |
client = OpenAI(
|
33 |
+
base_url="https://y1ztgv8tu09nay6u.us-east-1.aws.endpoints.huggingface.cloud/v1/", #https://f2iozzwigntrzkve.us-east-1.aws.endpoints.huggingface.cloud/v1/",
|
34 |
api_key=api_key
|
35 |
)
|
36 |
|