autogen/test/oai
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
..
_test_completion.py pre-commit version update and a few spelling fixes (#2913) 2024-06-12 06:26:22 +00:00
test_anthropic.py Anthropic Client (#2931) 2024-06-19 06:15:12 +00:00
test_client.py Filter models with tags instead of model name (#2912) 2024-06-14 15:58:17 +00:00
test_client_stream.py Filter models with tags instead of model name (#2912) 2024-06-14 15:58:17 +00:00
test_client_utils.py should_hide_tools function added to client_utils (#2966) 2024-06-19 05:22:15 +00:00
test_custom_client.py Add isort (#2265) 2024-04-05 02:26:06 +00:00
test_gemini.py Fix missing messages in Gemini history (#2906) 2024-06-14 18:13:19 +00:00
test_mistral.py Mistral Client (#2892) 2024-06-21 05:42:16 +00:00
test_together.py Together AI Client (#2919) 2024-06-21 17:14:44 +00:00
test_utils.py version update (#2908) 2024-06-10 18:23:51 +00:00