ccibeekeoc42 commited on
Commit
01c2f77
·
verified ·
1 Parent(s): 71ae2d6

Updated LLM to new model that supports Hausa as well

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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