Update ontochat/functions.py
Browse files- ontochat/functions.py +1 -1
ontochat/functions.py
CHANGED
@@ -191,4 +191,4 @@ def ontology_testing(ontology_file, ontology_desc, cqs):
|
|
191 |
f" ['yes': 'CQ1', 'no': 'CQ2', ...]."
|
192 |
}]
|
193 |
bot_message = chat_completion(openai_api_key, messages)
|
194 |
-
return bot_message
|
|
|
191 |
f" ['yes': 'CQ1', 'no': 'CQ2', ...]."
|
192 |
}]
|
193 |
bot_message = chat_completion(openai_api_key, messages)
|
194 |
+
return bot_message
|