Skip to content

Commit be5d21d

Browse files
committed
fix format error
1 parent d743c51 commit be5d21d

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ Microsoft and any contributors reserve all other rights, whether under their res
150150
or trademarks, whether by implication, estoppel or otherwise.
151151

152152

153-
## Citation
154-
[AutoGen](https://arxiv.org/abs/2308.08155).
155-
```
153+
## Citation
154+
[AutoGen](https://arxiv.org/abs/2308.08155).
155+
```
156156
@inproceedings{wu2023autogen,
157157
title={AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework},
158158
author={Qingyun Wu and Gagan Bansal and Jieyu Zhang and Yiran Wu and Shaokun Zhang and Erkang Zhu and Beibin Li and Li Jiang and Xiaoyun Zhang and Chi Wang},
@@ -173,7 +173,7 @@ or trademarks, whether by implication, estoppel or otherwise.
173173
}
174174
```
175175

176-
[MathChat](https://arxiv.org/abs/2306.01337).
176+
[MathChat](https://arxiv.org/abs/2306.01337).
177177

178178
```
179179
@inproceedings{wu2023empirical,
@@ -183,5 +183,3 @@ or trademarks, whether by implication, estoppel or otherwise.
183183
booktitle={ArXiv preprint arXiv:2306.01337},
184184
}
185185
```
186-
187-

website/docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ module.exports = {
99
baseUrl: '/autogen/',
1010
onBrokenLinks: 'throw',
1111
onBrokenMarkdownLinks: 'warn',
12-
favicon: 'img/flaml_logo.ico',
12+
favicon: 'img/ag.ico',
1313
organizationName: 'Microsoft', // Usually your GitHub org/user name.
1414
projectName: 'AutoGen', // Usually your repo name.
1515
themeConfig: {
1616
navbar: {
1717
title: 'AutoGen',
1818
logo: {
1919
alt: 'AutoGen',
20-
src: 'img/flaml_logo_fill.svg',
20+
src: 'img/ag.svg',
2121
},
2222
items: [
2323
{

website/static/img/ag.ico

3.05 KB
Binary file not shown.

website/static/img/ag.svg

+1
Loading

0 commit comments

Comments
 (0)