autogen/test
Mark Sze b1ec3ae545
Together AI Client (#2919)
* First pass together.ai client class

* Config handling, models and cost

* Added tests, moved param management to create function

* Tests, parameter, validation, logging updates

* Added use of client_utils PR 2949

* Updated to return OAI response

* Notebook example

* Improved function calling, updated tests, updated notebook with Chess example

* Tidied up together client class, better parameter handling, simpler exception capture, warning for no cost, reuse in tests, cleaner tests

* Update of documentation notebook, replacement of old version

* Fix of messages parameter for hide_tools function call

* Update autogen/oai/together.py

Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>

* Update together.py to fix text

---------

Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
Co-authored-by: Yiran Wu <32823396+yiranwu0@users.noreply.github.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2024-06-21 17:14:44 +00:00
..
agentchat Filter models with tags instead of model name (#2912) 2024-06-14 15:58:17 +00:00
cache Streamline Testing with `pytest-cov` and `pytest` Defaults (#2490) 2024-04-29 00:27:34 +00:00
coding Fix #2845 - LocalCommandLineCodeExecutor is not working with virtual environments (#2926) 2024-06-19 13:39:23 +00:00
io Add isort (#2265) 2024-04-05 02:26:06 +00:00
oai Together AI Client (#2919) 2024-06-21 17:14:44 +00:00
test_files Agenteval integration (#2672) 2024-05-14 07:14:37 +00:00
conftest.py fix local test failures (#2386) 2024-04-15 12:34:26 +00:00
test_browser_utils.py Add isort (#2265) 2024-04-05 02:26:06 +00:00
test_code_utils.py Feature: Add ability to use a separate python environment in local executor (#2615) 2024-05-11 06:25:20 +00:00
test_function_utils.py allow serialize_to_str to work with non ascii when dumping via json.dumps (#2714) 2024-05-24 17:51:15 +00:00
test_graph_utils.py Add isort (#2265) 2024-04-05 02:26:06 +00:00
test_logging.py version update (#2908) 2024-06-10 18:23:51 +00:00
test_notebook.py CRLF changed to LF (#2915) 2024-06-12 06:25:18 +00:00
test_pydantic.py Add decorator for function calling (#1018) 2023-12-25 16:07:20 +00:00
test_retrieve_utils.py Add source to the answer for default prompt (#2289) 2024-04-10 00:45:26 +00:00
test_token_count.py Add isort (#2265) 2024-04-05 02:26:06 +00:00
twoagent.py set use_docker to default to True (#1147) 2024-01-18 17:03:49 +00:00