LlamaFinetuneGGUF commited on
Commit
416f7f9
·
unverified ·
1 Parent(s): eb76765

Update constants.ts

Browse files
Files changed (1) hide show
  1. app/utils/constants.ts +5 -3
app/utils/constants.ts CHANGED
@@ -283,9 +283,11 @@ const getOllamaBaseUrl = () => {
283
  };
284
 
285
  async function getOllamaModels(): Promise<ModelInfo[]> {
286
- //if (typeof window === 'undefined') {
287
- //return [];
288
- //}
 
 
289
 
290
  try {
291
  const baseUrl = getOllamaBaseUrl();
 
283
  };
284
 
285
  async function getOllamaModels(): Promise<ModelInfo[]> {
286
+ /*
287
+ * if (typeof window === 'undefined') {
288
+ * return [];
289
+ * }
290
+ */
291
 
292
  try {
293
  const baseUrl = getOllamaBaseUrl();