khurrameycon commited on
Commit
1eb7c2f
·
verified ·
1 Parent(s): af836e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ from huggingface_hub import InferenceClient
111
  def llm_chat_response(text):
112
  HF_TOKEN = os.getenv("HF_TOKEN")
113
  client = InferenceClient(
114
- provider="sambanova", # Use the provider that supports conversational image-text tasks.
115
  api_key=HF_TOKEN,
116
  )
117
 
 
111
  def llm_chat_response(text):
112
  HF_TOKEN = os.getenv("HF_TOKEN")
113
  client = InferenceClient(
114
+ provider="novita", # Use the provider that supports conversational image-text tasks.
115
  api_key=HF_TOKEN,
116
  )
117