Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sonichi committed Sep 21, 2023
1 parent cf4d46f commit 0fbf1a0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![PyPI version](https://badge.fury.io/py/pyautogen.svg)](https://badge.fury.io/py/pyautogen)
[![Build](https://github.com/microsoft/autogen/actions/workflows/python-package.yml/badge.svg)](https://github.com/microsoft/autogen/actions/workflows/python-package.yml)
![Python Version](https://img.shields.io/badge/3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)
[![](https://img.shields.io/discord/1025786666260111483?logo=discord&style=flat)](https://discord.gg/be44TCXGpe)
[![](https://img.shields.io/discord/1025786666260111483?logo=discord&style=flat)](https://discord.gg/pAbnFJrkgZ)

This project is a spinoff from [FLAML](https://github.com/microsoft/FLAML).

Expand Down Expand Up @@ -94,7 +94,7 @@ In addition, you can find:

- [Research](https://microsoft.github.io/autogen/docs/Research) and [blogposts](https://microsoft.github.io/autogen/blog) around AutoGen.

- [Discord](https://discord.gg/be44TCXGpe).
- [Discord](https://discord.gg/pAbnFJrkgZ).

- [Contributing guide](https://microsoft.github.io/autogen/docs/Contribute).

Expand Down
2 changes: 1 addition & 1 deletion website/blog/2023-04-21-LLM-tuning-math/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ The need for model selection, parameter tuning and cost saving is not specific t
* [Research paper about the tuning technique](https://arxiv.org/abs/2303.04673)
* [Documentation about inference tuning](/docs/Use-Cases/enhanced_inference)

*Do you have any experience to share about LLM applications? Do you like to see more support or research of LLM optimization or automation? Please join our [Discord](https://discord.gg/be44TCXGpe) server for discussion.*
*Do you have any experience to share about LLM applications? Do you like to see more support or research of LLM optimization or automation? Please join our [Discord](https://discord.gg/pAbnFJrkgZ) server for discussion.*
2 changes: 1 addition & 1 deletion website/blog/2023-05-18-GPT-adaptive-humaneval/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ There are many directions of extensions in research and development:
* Automate the process of optimizing the configurations.
* Build adaptive agents for different applications.

*Do you find this approach applicable to your use case? Do you have any other challenge to share about LLM applications? Do you like to see more support or research of LLM optimization or automation? Please join our [Discord](https://discord.gg/be44TCXGpe) server for discussion.*
*Do you find this approach applicable to your use case? Do you have any other challenge to share about LLM applications? Do you like to see more support or research of LLM optimization or automation? Please join our [Discord](https://discord.gg/pAbnFJrkgZ) server for discussion.*

## For Further Reading

Expand Down
2 changes: 1 addition & 1 deletion website/blog/2023-06-28-MathChat/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ Further work can be done to enhance this framework or math problem-solving in ge
* [Research paper of MathChat](https://arxiv.org/abs/2306.01337)
* [Documentation about `autogen`](/docs/Getting-Started)

*Are you working on applications that involve math problem-solving? Would you appreciate additional research or support on the application of LLM-based agents for math problem-solving? Please join our [Discord](https://discord.gg/be44TCXGpe) server for discussion.*
*Are you working on applications that involve math problem-solving? Would you appreciate additional research or support on the application of LLM-based agents for math problem-solving? Please join our [Discord](https://discord.gg/pAbnFJrkgZ) server for discussion.*
2 changes: 1 addition & 1 deletion website/docs/Contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project welcomes and encourages all forms of contributions, including but n
- Code review of pull requests.
- Documentation, examples and test cases.
- Readability improvement, e.g., improvement on docstr and comments.
- Community participation in [issues](https://github.com/microsoft/autogen/issues), [discussions](https://github.com/microsoft/autogen/discussions), and [discord](https://discord.gg/be44TCXGpe).
- Community participation in [issues](https://github.com/microsoft/autogen/issues), [discussions](https://github.com/microsoft/autogen/discussions), and [discord](https://discord.gg/pAbnFJrkgZ).
- Tutorials, blog posts, talks that promote the project.
- Sharing application scenarios and/or related research.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ response = autogen.Completion.create(context=test_instance, **config)
* Find code examples from [Examples](/docs/Examples/AutoGen-AgentChat).
* Read [SDK](/docs/reference/agentchat/conversable_agent/).
* Learn about [research](/docs/Research) around AutoGen.
* Chat on [Discord](https://discord.gg/be44TCXGpe).
* Chat on [Discord](https://discord.gg/pAbnFJrkgZ).

If you like our project, please give it a [star](https://github.com/microsoft/autogen/stargazers) on GitHub. If you are interested in contributing, please read [Contributor's Guide](/docs/Contribute).

Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = {
// // },
{
label: 'Discord',
href: 'https://discord.gg/be44TCXGpe',
href: 'https://discord.gg/pAbnFJrkgZ',
},
],
},
Expand Down

0 comments on commit 0fbf1a0

Please sign in to comment.