mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Openai (#905)
* 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:
8
.github/workflows/deploy-website.yml
vendored
8
.github/workflows/deploy-website.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user