gourisankar85 commited on
Commit
8503db1
·
verified ·
1 Parent(s): 6f0a3cf

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,14 +35,14 @@ def update_doc_selector(selected_docs):
35
  return selected_docs
36
 
37
  # UI Configuration
38
- models = ["gemma2-9b-it", "llama-guard-3-8b", "qwen-2.5-32b"]
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
- "What are third-party components used by the Mediator?"
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?",