Skip to content

Commit 44f39ed

Browse files
authored
Merge pull request #53 from openworm/test_release
To v0.3.2
2 parents e531e5b + aa88308 commit 44f39ed

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

openworm_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version of the Python module.
2-
__version__ = "0.3.1"
2+
__version__ = "0.3.2"
33

44

55
def print_(msg, print_it=True):

openworm_ai/utils/llms.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,9 @@ 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."
329+
question = (
330+
"I know you are a Large Language Model. Tell me your name, version and maker."
331+
)
330332

331333
llm_ver = get_llm_from_argv(sys.argv)
332334

0 commit comments

Comments
 (0)