Commit Graph

11 Commits

Author SHA1 Message Date
d4559c1356 test(test_template.py): add assertion to check if result is not None
The test now includes an assertion to check if the result of the function call is not None. This ensures that the function is returning a value and that the test is checking the correct output.
2023-06-23 10:53:53 -03:00
c191d893ca test(test_template.py): add assertions to test_build_template_from_function
Added assertions to test_build_template_from_function to ensure that the returned result is not None and that the expected keys are present in the result. This improves the reliability of the test and ensures that the function is working as expected.
2023-06-23 10:52:55 -03:00
cc8e5e3106 🚀 feat(tests): update default values for OpenAI models in chat and text fields
The default value for the OpenAI model in the chat field has been updated to "gpt-3.5-turbo-0613" to reflect the latest version of the model. The default value for the OpenAI model in the text field has been updated to "text-davinci-003" to reflect the latest version of the model. This ensures that the tests are using the latest and most accurate models for OpenAI.
2023-06-23 09:19:25 -03:00
ba1f7daa7a refac: change docstring parser 2023-04-13 21:39:25 -03:00
58652f7c2b fix: loading agent correctly and added correct chat models loading 2023-04-02 10:41:40 -03:00
9891d6b68a linting 2023-04-02 09:51:53 -03:00
12c21b0185 custom prompt experiment 2023-04-01 18:41:27 -03:00
17ad4954ef refac: fix linting 2023-04-01 18:03:14 -03:00
53c9812819 refac: fix merge and format 2023-04-01 17:42:43 -03:00
f30d2d3330 feat: a few more tests 2023-04-01 00:11:36 -03:00
e28c3dc18e feat: new tests 2023-03-31 23:15:22 -03:00