Eric Zhu
|
52790a8de7
|
o1 support for agent chat, and validate model capabilities (#4397)
|
2024-11-27 10:45:51 -08:00 |
|
Jack Gerrits
|
1a02e2ba4b
|
Update version to dev7 (#4359)
* Update version to dev7
* update other references
|
2024-11-25 14:09:41 -08:00 |
|
Jack Gerrits
|
6c8b656588
|
Fix examples in docstrings (#4356)
* Fix examples in docstrings
* formatting
* Update python/packages/autogen-ext/src/autogen_ext/models/_reply_chat_completion_client.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_reply_chat_completion_client.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/agents/_openai_assistant_agent.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/agents/_openai_assistant_agent.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_reply_chat_completion_client.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_reply_chat_completion_client.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Formattinggp
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
|
2024-11-25 16:07:45 -05:00 |
|
Jack Gerrits
|
b2ae4d1203
|
Add warnings for deprecated azure oai config changes (#4317)
* Add warnings for deprecated azure oai config changes
* Update docs and usages, simplify capabilities
|
2024-11-25 09:34:52 -08:00 |
|
Mohammad Mazraeh
|
341417e636
|
add tolerance for empty choices (#4311)
* add tolerance for empty choices
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* address pr comments
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_openai/_openai_client.py
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_openai/_openai_client.py
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* address pr comments
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_openai/_openai_client.py
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* Update _openai_client.py
---------
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
|
2024-11-25 09:06:35 -05:00 |
|
Leonardo Pinheiro
|
ac53961bc8
|
Delete autogen-ext refactor deprecations (#4305)
* delete files and update dependencies
* add explicit config exports
* ignore mypy error on nb
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
|
2024-11-22 11:29:39 -05:00 |
|
Eric Zhu
|
1bf5fbb67b
|
Add API docs for builtin clients (#4232)
* Add API docs for builtin clients
* Address feedbacks
---------
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
|
2024-11-17 21:33:33 -05:00 |
|
Mohammad Mazraeh
|
570471bed7
|
Add reply chat completion client (#4096)
* initial implementation of reply chat completion client
---------
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
|
2024-11-11 15:33:44 -05:00 |
|
Rohan Thacker
|
3c63f6f3ef
|
Corrected typo in get_capabilities in _model_info.py (#4002)
|
2024-10-30 13:39:45 -07:00 |
|
Anthony Uphof
|
87bd1de396
|
Fix: provide valid Prompt and Completion Token usage counts from create_stream (#3972)
* Fix: `create_stream` to return valid usage token counts
* documentation
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
|
2024-10-29 16:20:03 -07:00 |
|
Leonardo Pinheiro
|
38f62e1609
|
migrate models (#3848)
* migrate models
* Update python/packages/autogen-agentchat/src/autogen_agentchat/agents/_tool_use_assistant_agent.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* refactor missing imports
* ignore type check errors
* Update python/packages/autogen-ext/src/autogen_ext/models/_openai/_model_info.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* update packages index page
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
|
2024-10-22 11:40:41 -04:00 |
|