Spaces:
Runtime error
Runtime error
DiamondYin
commited on
Commit
·
af8a075
1
Parent(s):
7620a88
Update app_utils.py
Browse files- app_utils.py +1 -1
app_utils.py
CHANGED
@@ -84,7 +84,7 @@ def initialize_knowledge_base():
|
|
84 |
llm=OpenAI(model_name="gpt-3.5-turbo-16k"),
|
85 |
chain_type="stuff",
|
86 |
retriever=vStore.as_retriever(
|
87 |
-
search_kwargs={"k":
|
88 |
)
|
89 |
)
|
90 |
voice_model = whisper.load_model("tiny") #加载模型 tiny模型 tiny模型是一个小型的语音识别模型,它的大小只有 50MB 左右,但是它的准确率却非常高,可以达到 95% 以上。
|
|
|
84 |
llm=OpenAI(model_name="gpt-3.5-turbo-16k"),
|
85 |
chain_type="stuff",
|
86 |
retriever=vStore.as_retriever(
|
87 |
+
search_kwargs={"k": 1}
|
88 |
)
|
89 |
)
|
90 |
voice_model = whisper.load_model("tiny") #加载模型 tiny模型 tiny模型是一个小型的语音识别模型,它的大小只有 50MB 左右,但是它的准确率却非常高,可以达到 95% 以上。
|