Mark Sze
3f63db32b9
Added ability to specify 'role' field for select speaker messages for Group Chats (Replaces PR #2167 ) ( #2199 )
* Re-commit of code from PR (#2167 ) addressing #1861 , due to wrong basing
* Update website/docs/topics/non-openai-models/best-tips-for-nonopenai-models.md
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Removed unnecessary notebook images
* Update conversation-patterns.ipynb
Updated to include note about being applicable when auto.
* Updated to include checks that the role is not blank/None. Added tests.
* Changed try-except to use pytest
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2 years ago
Jack Gerrits
f467f21ec9
Fix formatting of admonitions in udf docs ( #2188 )
2 years ago
Jack Gerrits
5ef2dfc104
Implement User Defined Functions for Local CLI Executor ( #2102 )
* Implement user defined functions feature for local cli exec, add docs
* add tests, update docs
* fixes
* fix test
* add pandas test dep
* install test
* provide template as func
* formatting
* undo change
* address comments
* add test deps
* formatting
* test only in 1 env
* formatting
* remove test for local only
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2 years ago
Eric Zhu
c8aca8dbf7
Native tool call support for Mistral AI API and topic notebook. ( #2135 )
* Support for Mistral AI API and topic notebook.
* formatting
* formatting
2 years ago
James
212722cd45
missing jupyter when import JupyterCodeExecutor ( #2132 )
2 years ago
Eric Zhu
3dfa305acb
Update docs for new executors ( #2119 )
* Update docs for new executors
* Update website/docs/FAQ.mdx
Co-authored-by: gagb <gagb@users.noreply.github.com>
* Update website/docs/FAQ.mdx
Co-authored-by: gagb <gagb@users.noreply.github.com>
* Update website/docs/installation/Installation.mdx
Co-authored-by: gagb <gagb@users.noreply.github.com>
* Update website/docs/installation/Installation.mdx
Co-authored-by: gagb <gagb@users.noreply.github.com>
---------
Co-authored-by: gagb <gagb@users.noreply.github.com>
2 years ago
Eric Zhu
a6a7409ac8
Fix link in non-openai model doc ( #2106 )
* Fix link in non-openai model doc
* Update about-using-nonopenai-models.md
2 years ago
Mark Sze
7739632ef2
[Documentation] Using non-OpenAI models ( #2076 )
* Addition of Non-OpenAI LLM section and main doc page
* Continued writing...
* Continued writing - cloud-based proxy servers
* Folder renamed
* Further writing
* together.ai example added
* Local proxy server added, diagram added, tidy up
* Added vLLM to local proxy servers documentation
* As per @ekzhu's feedback, individual pages and tidy up
* Added reference to LM Studio and renamed file
* Fixed incorrect huggingface.co link
* Run pre-commit checks, added LM Studio redirect
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2 years ago
Eric Zhu
ecc459f8c5
Add tool use chapter to tutorial ( #2079 )
* Add tool use chapter
* fix format
* typo
* Edits to tool-use chapter
* update
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
2 years ago
Jack Gerrits
6d2c923424
Consolidate separate caching docs ( #2054 )
* Consolidate separate caching docs
* add pointer for moved
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2 years ago
Eric Zhu
6745731612
Add LM Studio Example in Topics ( #2044 )
* add lm studio example
* format
* newline
* Update lm-studio.ipynb
* Update lm-studio.ipynb
* update
* update
2 years ago
Jack Gerrits
e342cfcdb7
Add docs about how to use docker for when autogen itself is run in docker ( #2052 )
2 years ago
Chi Wang
cc836de13d
adjust order of side bars ( #2040 )
* adjust order of side bars
* doc improvement
* limit max turns
* improve tests
* improve doc
* improve docstr
2 years ago
Qingyun Wu
e1c0423d9a
add RAG under topics ( #1990 )
* add RAG
* demo
* correct notebook
* Update quarto installation
* Update gitignore
* Update format
* RAG doc
---------
Co-authored-by: Li Jiang <bnujli@gmail.com>
2 years ago
Qingyun Wu
99df2c5d5e
Examples by topics ( #1967 )
* add reasoning example
* title
* task decomposition
* update demo with custom speark function
* update
* Add metaprompt
* add notebook to topics
* remove
* remove endpoint setup and collab
* ignore words
* rename
* Update .pre-commit-config.yaml
* codespell
* Updates to formatting and content tweaks
---------
Co-authored-by: kevin666aa <yrwu000627@gmail.com>
Co-authored-by: LeoLjl <3110503618@qq.com>
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2 years ago
Jack Gerrits
f42021fb9b
Remove lint silencing comment ( #1970 )
No longer needed
2 years ago
Jack Gerrits
80233709e1
Move LLM Caching docs to topics ( #1950 )
* Move LLM Caching docs to topics
* Update llm-caching.md
2 years ago
Jack Gerrits
83e1789a50
Fix remove -> remote ( #1930 )
Fix issue reported from twitternhttps://twitter.com/attila_ibs/status/1766376180662329773
2 years ago
Griffin Bassman
f2465357cf
fix: minor fixes and formatting ( #1919 )
2 years ago
Jack Gerrits
11b8d25426
Add warning and reorder jupyter executor docs ( #1908 )
2 years ago
Jack Gerrits
f4f9e6c27e
Accept path for work_dir in LocalCommandLineCodeExecutor ( #1909 )
* Accept path in LocalCommandLineCodeExecutor
* formatting
* fixes
2 years ago
Jack Gerrits
e9219fefc0
Implement docker based command line code executor ( #1856 )
* implement docker based command line code executor
* undo import
* test skips
* format
* fix type issue
* skip docker tests
* fix paths
* add docs
* Update __init__.py
* class name
* precommit
* undo twoagent change
* use relative to directly
* Update, fixes, etc.
* update doc
* Update docstring
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2 years ago
Jack Gerrits
a54b733533
Rename to EmbeddedIPythonCodeExecutor ( #1871 )
2 years ago
Jack Gerrits
0a79512ebd
Add documentation for jupyter code executor ( #1809 )
* Add documentation for jupyter code executor
* formatting
* move to notebooks
* formatting
* update docs, fix badge bug
* fix lints
* pprint
* stop server
2 years ago
Jack Gerrits
799a24e04f
Create topics dir and move llm config ( #1853 )
* create topics dir and move llm config
* fix redirect
* fix link
2 years ago