We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e531e5b + aa88308 commit 44f39edCopy full SHA for 44f39ed
2 files changed
openworm_ai/__init__.py
@@ -1,5 +1,5 @@
1
# Version of the Python module.
2
-__version__ = "0.3.1"
+__version__ = "0.3.2"
3
4
5
def print_(msg, print_it=True):
openworm_ai/utils/llms.py
@@ -326,7 +326,9 @@ 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."
+ question = (
330
+ "I know you are a Large Language Model. Tell me your name, version and maker."
331
+ )
332
333
llm_ver = get_llm_from_argv(sys.argv)
334
0 commit comments