Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blog post for open ai assistants #638

Merged
merged 12 commits into from
Nov 13, 2023
Merged

Conversation

gagb
Copy link
Collaborator

@gagb gagb commented Nov 12, 2023

Why are these changes needed?

Related issue number

#637

Checks

@gagb gagb linked an issue Nov 12, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Nov 12, 2023

Codecov Report

Merging #638 (4d64cc4) into main (24807be) will decrease coverage by 6.75%.
Report is 17 commits behind head on main.
The diff coverage is 3.53%.

@@            Coverage Diff             @@
##             main     #638      +/-   ##
==========================================
- Coverage   33.93%   27.19%   -6.75%     
==========================================
  Files          26       27       +1     
  Lines        3194     3383     +189     
  Branches      720      760      +40     
==========================================
- Hits         1084      920     -164     
- Misses       2014     2388     +374     
+ Partials       96       75      -21     
Flag Coverage Δ
unittests 27.19% <3.53%> (-6.69%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
autogen/agentchat/conversable_agent.py 66.59% <100.00%> (-0.74%) ⬇️
autogen/retrieve_utils.py 0.00% <ø> (ø)
autogen/version.py 100.00% <100.00%> (ø)
autogen/agentchat/contrib/compressible_agent.py 0.00% <0.00%> (-27.33%) ⬇️
autogen/oai/completion.py 15.15% <66.66%> (-0.03%) ⬇️
...gen/agentchat/contrib/retrieve_user_proxy_agent.py 0.00% <0.00%> (ø)
autogen/oai/client.py 22.42% <6.45%> (-18.76%) ⬇️
autogen/agentchat/contrib/gpt_assistant_agent.py 0.00% <0.00%> (ø)

... and 6 files with indirect coverage changes

@gagb gagb marked this pull request as ready for review November 13, 2023 08:24
Copy link
Collaborator

@LeoLjl LeoLjl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inspiring writing!

website/blog/2023-11-13-OAI-assistants/index.mdx Outdated Show resolved Hide resolved
website/blog/2023-11-13-OAI-assistants/index.mdx Outdated Show resolved Hide resolved
website/blog/2023-11-13-OAI-assistants/index.mdx Outdated Show resolved Hide resolved
website/blog/2023-11-13-OAI-assistants/index.mdx Outdated Show resolved Hide resolved
Copy link
Contributor

@qingyun-wu qingyun-wu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks Gagan!

@sonichi sonichi added this pull request to the merge queue Nov 13, 2023
Merged via the queue into main with commit 08145bf Nov 13, 2023
16 checks passed
@sonichi sonichi deleted the 637-add-openai-assistant-blog-post branch November 13, 2023 21:41
whiskyboy pushed a commit to whiskyboy/autogen that referenced this pull request Apr 17, 2024
* Add outline + update author list

* Update blog

* Fix typo

* Update website/blog/2023-11-13-OAI-assistants/index.mdx

Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>

* Update website/blog/2023-11-13-OAI-assistants/index.mdx

Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>

* Update website/blog/2023-11-13-OAI-assistants/index.mdx

Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>

* Add version number

* Add acknowledgements

* Update

---------

Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add OpenAI Assistant blog post
5 participants