ilhamdev commited on
Commit
195b7b1
1 Parent(s): b3efe47

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -138,7 +138,7 @@ async function lumin(q, username = null, logic = null, webSearchMode = false) {
138
  if (username !== null) payload.user = username;
139
  if (logic !== null) payload.prompt = logic;
140
  payload.webSearchMode = webSearchMode;
141
- const response = await axios.post("https://luminai.siputzx.my.id/", payload);
142
  return response.data.result;
143
  } catch (error) {
144
  console.error('Error fetching:', error);
 
138
  if (username !== null) payload.user = username;
139
  if (logic !== null) payload.prompt = logic;
140
  payload.webSearchMode = webSearchMode;
141
+ const response = await axios.post("https://ilhamdev-luminai.hf.space/", payload);
142
  return response.data.result;
143
  } catch (error) {
144
  console.error('Error fetching:', error);