We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61f3f90 + 26ed5c5 commit e531e5bCopy full SHA for e531e5b
1 file changed
openworm_ai/utils/llms.py
@@ -326,6 +326,8 @@ def ask_question_get_response(
326
question = "Why is the worm C. elegans important to scientists?"
327
question = "Tell me briefly about the neuronal control of C. elegans locomotion and the influence of monoamines."
328
329
+ question = "I know you are a Large Language Model. Tell me your name, version and maker."
330
+
331
llm_ver = get_llm_from_argv(sys.argv)
332
333
ask_question_get_response(question, llm_ver)
0 commit comments