Skip to content

Commit e531e5b

Browse files
authored
Merge pull request #52 from openworm/test_release
Tweak to test main
2 parents 61f3f90 + 26ed5c5 commit e531e5b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openworm_ai/utils/llms.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ def ask_question_get_response(
326326
question = "Why is the worm C. elegans important to scientists?"
327327
question = "Tell me briefly about the neuronal control of C. elegans locomotion and the influence of monoamines."
328328

329+
question = "I know you are a Large Language Model. Tell me your name, version and maker."
330+
329331
llm_ver = get_llm_from_argv(sys.argv)
330332

331333
ask_question_get_response(question, llm_ver)

0 commit comments

Comments
 (0)