Upload app.py
Browse files
app.py
CHANGED
@@ -35,14 +35,14 @@ def update_doc_selector(selected_docs):
|
|
35 |
return selected_docs
|
36 |
|
37 |
# UI Configuration
|
38 |
-
models = ["
|
39 |
example_questions = [
|
40 |
"What is communication server?",
|
41 |
"Show me an example of a configuration file.",
|
42 |
"How to create Protected File Directories ?",
|
43 |
"What are the attributes Azureblobstorage?",
|
44 |
"What is Mediator help?",
|
45 |
-
"
|
46 |
]
|
47 |
all_questions = [
|
48 |
"Can you explain Communication Server architecture?",
|
|
|
35 |
return selected_docs
|
36 |
|
37 |
# UI Configuration
|
38 |
+
models = ["qwen-2.5-32b", "gemma2-9b-it"]
|
39 |
example_questions = [
|
40 |
"What is communication server?",
|
41 |
"Show me an example of a configuration file.",
|
42 |
"How to create Protected File Directories ?",
|
43 |
"What are the attributes Azureblobstorage?",
|
44 |
"What is Mediator help?",
|
45 |
+
"Why AzureBlobStorage port is used?"
|
46 |
]
|
47 |
all_questions = [
|
48 |
"Can you explain Communication Server architecture?",
|