KazooTTT
a122ffe541
Fix/typo ( #1034 )
* fix: typo
* fix: typo
* fix: typo of function name
* fix: typo of function name of test file
* Update test_token_count.py
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2 years ago
Qingyun Wu
c3cebd7efe
Minor grammar and wording issues ( #854 )
* wording
* grammar and wording
* readability suggested by shruti222patel
* period
2 years ago
Shaokun Zhang
ba5a07a945
Add ecosystem page for website ( #803 )
* add ecosystem for web
* 1. change to Resources and Examples tables 2. reformat
* fix
* fix
* fix
* update
* update
* update
* update
* update
* Update website/docs/Ecosystem.md
* update
---------
Co-authored-by: “skzhang1” <“shaokunzhang529@gmail.com”>
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
2 years ago
Chi Wang
c4f8b1c761
Dev/v0.2 ( #393 )
* api_base -> base_url (#383 )
* InvalidRequestError -> BadRequestError (#389 )
* remove api_key_path; close #388
* close #402 (#403 )
* openai client (#419 )
* openai client
* client test
* _client -> client
* _client -> client
* extra kwargs
* Completion -> client (#426 )
* Completion -> client
* Completion -> client
* Completion -> client
* Completion -> client
* support aoai
* fix test error
* remove commented code
* support aoai
* annotations
* import
* reduce test
* skip test
* skip test
* skip test
* debug test
* rename test
* update workflow
* update workflow
* env
* py version
* doc improvement
* docstr update
* openai<1
* add tiktoken to dependency
* filter_func
* async test
* dependency
* migration guide (#477 )
* migration guide
* change in kwargs
* simplify header
* update optigude description
* deal with azure gpt-3.5
* add back test_eval_math_responses
* timeout
* Add back tests for RetrieveChat (#480 )
* Add back tests for RetrieveChat
* Fix format
* Update dependencies order
* Fix path
* Fix path
* Fix path
* Fix tests
* Add not run openai on MacOS or Win
* Update skip openai tests
* Remove unnecessary dependencies, improve format
* Add py3.8 for testing qdrant
* Fix multiline error of windows
* Add openai tests
* Add dependency mathchat, remove unused envs
* retrieve chat is tested
* bump version to 0.2.0b1
---------
Co-authored-by: Li Jiang <bnujli@gmail.com>
2 years ago
Chi Wang
6e74e2d51a
headsup about dependency change ( #378 )
* headsup about dependency change
* more change
2 years ago
Gourav
15d85aa1ad
Added Roadmap to Getting-Started.md ( #324 )
2 years ago
Maxim Saplin
47df9d53be
Update Getting-Started.md ( #275 )
Co-authored-by: Li Jiang <bnujli@gmail.com>
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
2 years ago
Javid Jamae
fbf8faeac1
Update Getting-Started.md ( #213 )
Fixed minor typo
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2 years ago
Olaoluwa Ademola Salami
46ab5b8c68
add twitter account to start page ( #159 )
2 years ago
Chi Wang
20d77a1039
document about docker ( #119 )
* document about docker
* clarify
* dev container
2 years ago
Chi Wang
305dffebca
show github stars ( #92 )
2 years ago
Chi Wang
402c5bf8d1
Fix bug for windows and improve sample code ( #38 )
* fix bug for windows
* fix bug for windows
* more clear example
* link to example
* add test
* format
* comment
* fix assertion error
* fix test error and links
---------
Co-authored-by: Chi Wang (MSR) <chiw@microsoft.com>
2 years ago
Chi Wang
e549fc4f80
cleanup
2 years ago
Chi Wang
0fbf1a0b46
cleanup
2 years ago
Chi Wang
804472519d
cleanup
2 years ago
Chi Wang
1e4781acd2
cleanup
2 years ago
Chi Wang
a4b9297719
cleanup
2 years ago
Chi Wang
4685f27d02
Merge remote-tracking branch 'upstream/main' into code
2 years ago
Qingyun Wu
2837e22f3a
fix typo
2 years ago
Qingyun Wu
e4ba349142
add SKD
2 years ago
Qingyun Wu
1a073cfc87
update figs and wording
2 years ago
Qingyun Wu
549eee830f
revise key features
2 years ago
Qingyun Wu
2a69be7fe3
update conversation pattern
2 years ago
Qingyun Wu
45b3f1d80d
change back name to flaml
2 years ago
Chi Wang
d835f48632
doc update
2 years ago
Qingyun Wu
8b74d7a698
wording
2 years ago
Qingyun Wu
f687a6c57d
naming
2 years ago
Qingyun Wu
95dcd39b08
add autogen documentation
2 years ago
Qingyun Wu
f750e0037f
add documentation files
2 years ago
“skzhang1”
6f5ef68fec
web-template
2 years ago
Chi Wang
7ab4d114d7
silent; code_execution_config; exit; version ( #1179 )
* silent; code_execution_config; exit; version
* url
* url
* readme
* preview
* doc
* url
* endpoints
* timeout
* chess
* Fix retrieve chat
* config
* mathchat
---------
Co-authored-by: Li Jiang <bnujli@gmail.com>
2 years ago
Chi Wang
c48babd02f
raise error when msg is invalid; fix docstr; improve ResponsiveAgent; update doc and packaging; capture ipython output; find code blocks with llm when regex fails. ( #1154 )
* autogen.agent -> autogen.agentchat
* bug fix in portfolio
* notebook
* timeout
* timeout
* infer lang; close #1150
* timeout
* message context
* context handling
* add sender to generate_reply
* clean up the receive function
* move mathchat to contrib
* contrib
* last_message
* Add OptiGuide: agent and notebook
* Optiguide notebook: add figures and URL
1. figures and code points to remote URL
2. simplify the prompt for the interpreter, because
all information is already in the chat history.
* Update name: Agent -> GenericAgent
* Update notebook
* Rename: GenericAgent -> ResponsiveAgent
* Rebase to autogen.agentchat
* OptiGuide: Comment, sytle, and notebook updates
* simplify optiguide
* raise error when msg is invalid; fix docstr
* allow return None for generate_reply()
* update_system_message
* test update_system_message
* simplify optiguide
* simplify optiguide
* simplify optiguide
* simplify optiguide
* move test
* add test and fix bug
* doc update
* doc update
* doc update
* color
* optiguide
* prompt
* test danger case
* packaging
* docker
* remove path in traceback
* capture ipython output
* simplify
* find code blocks with llm
* find code with llm
* order
* order
* fix bug in context handling
* print executing msg
* print executing msg
* test find code
* test find code
* disable find_code
* default_auto_reply
* default auto reply
* remove optiguide
* remove -e
---------
Co-authored-by: Beibin Li <beibin79@gmail.com>
3 years ago
Chi Wang
7ddb171cd9
autogen.agent -> autogen.agentchat ( #1148 )
* autogen.agent -> autogen.agentchat
* bug fix in portfolio
* notebook
* timeout
* timeout
* infer lang; close #1150
* timeout
* message context
* context handling
* add sender to generate_reply
* clean up the receive function
* move mathchat to contrib
* contrib
* last_message
3 years ago
Chi Wang
a30d198530
Fix documentation ( #1075 )
* Fix indentation in documentation
* newline
* version
3 years ago
Chi Wang
5387a0a607
Agent notebook example with human feedback; Support shell command and multiple code blocks; Improve the system message for assistant agent; Improve utility functions for config lists; reuse docker image ( #1056 )
* add agent notebook and documentation
* fix bug
* set flush to True when printing msg in agent
* add a math problem in agent notebook
* remove
* header
* improve notebook doc
* notebook update
* improve notebook example
* improve doc
* agent notebook example with user feedback
* log
* log
* improve notebook doc
* improve print
* doc
* human_input_mode
* human_input_mode str
* indent
* indent
* Update flaml/autogen/agent/user_proxy_agent.py
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* shell command and multiple code blocks
* Update notebook/autogen_agent.ipynb
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* Update notebook/autogen_agent.ipynb
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* Update notebook/autogen_agent.ipynb
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* coding agent
* math notebook
* renaming and doc format
* typo
* infer lang
* sh
* docker
* docker
* reset consecutive autoreply counter
* fix explanation
* paper talk
* human feedback
* web info
* rename test
* config list explanation
* link to blogpost
* installation
* homepage features
* features
* features
* rename agent
* remove notebook
* notebook test
* docker command
* notebook update
* lang -> cmd
* notebook
* make it work for gpt-3.5
* return full log
* quote
* docker
* docker
* docker
* docker
* docker
* docker image list
* notebook
* notebook
* use_docker
* use_docker
* use_docker
* doc
* agent
* doc
* abs path
* pandas
* docker
* reuse docker image
* context window
* news
* print format
* pyspark version in py3.8
* pyspark in py3.8
* pyspark and ray
* quote
* pyspark
* pyspark
* pyspark
---------
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
3 years ago
Chi Wang
e9fdbc6e02
Improve messaging in documentation ( #1050 )
* Improve messaging in documentation
* doc
* improve wording in blogpost
---------
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
3 years ago
Chi Wang
19aee67f55
coding agent; logging ( #1011 )
* coding agent
* tsp
* tsp
* aoai
* logging
* compact
* Handle Import Error
* cost function
* reset counter; doc
* reset_counter
* home page update
* use case
* catboost in linux
* catboost
* catboost
* catboost
* doc
* intro
* catboost
3 years ago
Chi Wang
da0d8c05e1
Blog post for LLM tuning ( #986 )
* outline
* revision
* eval function signature
* first draft
* link
* format
* example
* cleanup
* average
* move figure
* tldr
* bold
* bold
* tag
3 years ago
Chi Wang
82f0a4309d
autogen subpackage ( #968 )
* math utils in autogen
* cleanup
* code utils
* remove check function from code response
* comment out test
* GPT-4
* increase request timeout
* name
* logging and error handling
* better doc
* doc
* codegen optimized
* GPT series
* text
* no demo example
* math
* import openai
* import openai
* azure model name
* azure model name
* openai version
* generate assertion if necessary
* condition to generate assertions
* init region key
* rename
* comments about budget
* prompt
---------
Co-authored-by: Susan Xueqing Liu <liususan091219@users.noreply.github.com>
3 years ago
Chi Wang
1ec77b58b4
improve max_valid_n and doc ( #933 )
* improve max_valid_n and doc
* Update README.md
Co-authored-by: Li Jiang <lijiang1@microsoft.com>
* newline at end of file
* doc
---------
Co-authored-by: Li Jiang <lijiang1@microsoft.com>
Co-authored-by: Susan Xueqing Liu <liususan091219@users.noreply.github.com>
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
3 years ago
Mark Harley
44ddf9e104
Refactor into automl subpackage ( #809 )
* Refactor into automl subpackage
Moved some of the packages into an automl subpackage to tidy before the
task-based refactor. This is in response to discussions with the group
and a comment on the first task-based PR.
Only changes here are moving subpackages and modules into the new
automl, fixing imports to work with this structure and fixing some
dependencies in setup.py.
* Fix doc building post automl subpackage refactor
* Fix broken links in website post automl subpackage refactor
* Fix broken links in website post automl subpackage refactor
* Remove vw from test deps as this is breaking the build
* Move default back to the top-level
I'd moved this to automl as that's where it's used internally, but had
missed that this is actually part of the public interface so makes sense
to live where it was.
* Re-add top level modules with deprecation warnings
flaml.data, flaml.ml and flaml.model are re-added to the top level,
being re-exported from flaml.automl for backwards compatability. Adding
a deprecation warning so that we can have a planned removal later.
* Fix model.py line-endings
* Pin pytorch-lightning to less than 1.8.0
We're seeing strange lightning related bugs from pytorch-forecasting
since the release of lightning 1.8.0. Going to try constraining this to
see if we have a fix.
* Fix the lightning version pin
Was optimistic with setting it in the 1.7.x range, but that isn't
compatible with python 3.6
* Remove lightning version pin
* Revert dependency version changes
* Minor change to retrigger the build
* Fix line endings in ml.py and model.py
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
Co-authored-by: EgorKraevTransferwise <egor.kraev@transferwise.com>
3 years ago
ElinaAndreeva
723662c502
Fixed typo
3 years ago
Chi Wang
f97c233dc5
Update Contribute ( #741 )
3 years ago
Qingyun Wu
f3bfc68412
talks and tutorials ( #694 )
3 years ago
Zvi Baratz
beb10273e8
Typo fix ( #618 )
4 years ago
Chi Wang
49e8f7f028
use zeroshot when no budget is given; custom_hp ( #563 )
* use zeroshot when no budget is given; custom_hp
* update Getting-Started
* protobuf version
* X_val
4 years ago
Chi Wang
df01031cfe
Zero-shot AutoML ( #468 )
* Prepare for release
Co-authored-by: Moe Kayali <t-moekayali@microsoft.com>
* bug fix
* improve doc and code quality
Co-authored-by: Qingyun Wu
4 years ago
Camila Martinez Bedoya
dea2beec34
Update Getting-Started.md
Solving issue #456 related to a typo on the webpage.
4 years ago
Chi Wang
8a44dd4318
data in csv ( #430 )
* data in csv
* support ray ObjectRef #365
* use object store to store data when using ray
* make lgbm tuning example a test
* homepage title
4 years ago
Chi Wang
99de9204b3
homepage update ( #425 )
* homepage update
* update README
4 years ago