* add cost budget; move loc of make_dir

* support openai completion

* install pytest in workflow

* skip openai test

* test openai

* path for docs rebuild

* install datasets

* signal

* notebook

* notebook in workflow

* optional arguments and special params

* key -> k

* improve readability

* assumption

* optimize for model selection

* larger range of max_tokens

* notebook

* python package workflow

* skip on win
This commit is contained in:
Chi Wang
2023-02-05 20:13:08 -08:00
committed by GitHub
parent bcc6a197fd
commit 63d350d4c8
12 changed files with 2366 additions and 2 deletions

View File

@@ -3,8 +3,16 @@ name: docs
on:
pull_request:
branches: [main]
path:
- 'flaml/*'
- 'website/*'
- '.github/workflows/deploy-website.yml'
push:
branches: [main]
path:
- 'flaml/*'
- 'website/*'
- '.github/workflows/deploy-website.yml'
workflow_dispatch:
jobs: