ccm commited on
Commit
3515ac0
·
verified ·
1 Parent(s): 505ac45

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -20,6 +20,7 @@ GREETING = (
20
  EXAMPLE_QUERIES = [
21
  "What's the difference between a markov chain and a hidden markov model?",
22
  "What is axiomatic design?",
 
23
  ]
24
  EMBEDDING_MODEL_NAME = "allenai-specter"
25
  LLM_MODEL_NAME = "Qwen/Qwen2-7B-Instruct"
 
20
  EXAMPLE_QUERIES = [
21
  "What's the difference between a markov chain and a hidden markov model?",
22
  "What is axiomatic design?",
23
+ "What is known about different modes for human-AI teaming?",
24
  ]
25
  EMBEDDING_MODEL_NAME = "allenai-specter"
26
  LLM_MODEL_NAME = "Qwen/Qwen2-7B-Instruct"