ian commited on
Commit
d6b2cdd
1 Parent(s): 450fe3b
Files changed (2) hide show
  1. README.md +0 -4
  2. flowsettings.py +10 -10
README.md CHANGED
@@ -10,10 +10,6 @@ app_file: app.py
10
  pinned: true
11
  license: apache-2.0
12
  fullWidth: true
13
- header: mini
14
- preload_from_hub:
15
- - mixedbread-ai/mxbai-embed-large-v1
16
- - Qwen/Qwen1.5-1.8B-Chat-GGUF qwen1_5-1_8b-chat-q5_k_m.gguf
17
  ---
18
 
19
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
10
  pinned: true
11
  license: apache-2.0
12
  fullWidth: true
 
 
 
 
13
  ---
14
 
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
flowsettings.py CHANGED
@@ -125,16 +125,16 @@ if len(KH_EMBEDDINGS) < 1:
125
  }
126
 
127
 
128
- KH_LLMS["qwen1.5"] = {
129
- "spec": {
130
- "__type__": "kotaemon.llms.LlamaCppChat",
131
- "repo_id": "Qwen/Qwen1.5-1.8B-Chat-GGUF",
132
- "filename": "qwen1_5-1_8b-chat-q5_k_m.gguf",
133
- "chat_format": "qwen",
134
- },
135
- "default": False,
136
- "cost": 0,
137
- }
138
 
139
 
140
  KH_REASONINGS = ["ktem.reasoning.simple.FullQAPipeline"]
 
125
  }
126
 
127
 
128
+ # KH_LLMS["qwen1.5"] = {
129
+ # "spec": {
130
+ # "__type__": "kotaemon.llms.LlamaCppChat",
131
+ # "repo_id": "Qwen/Qwen1.5-1.8B-Chat-GGUF",
132
+ # "filename": "qwen1_5-1_8b-chat-q5_k_m.gguf",
133
+ # "chat_format": "qwen",
134
+ # },
135
+ # "default": False,
136
+ # "cost": 0,
137
+ # }
138
 
139
 
140
  KH_REASONINGS = ["ktem.reasoning.simple.FullQAPipeline"]