gpt-4 support; openai workflow fix; model str; timeout; voting (#958)

* workflow; model str; timeout

* voting

* notebook

* pull request

* recover workflow

* voted answer

* aoai

* ignore None answer

* default config

* note

* gpt-4

* n=5

* cleanup

* config name

* introduction

* readme

* avoid None

* add output/ to gitignore

* openai version

* invalid var

* comment long running cells
This commit is contained in:
Chi Wang
2023-03-26 10:13:06 -07:00
committed by GitHub
parent 50334f2c52
commit 595f5a8025
12 changed files with 2053 additions and 2822 deletions

View File

@@ -10,10 +10,11 @@ on:
- 'flaml/integrations/oai/**'
- 'test/openai/**'
- 'notebook/integrate_openai.ipynb'
- 'notebook/integrate_chatgpt_math.ipynb'
- '.github/workflows/openai.yml'
jobs:
build:
test:
strategy:
matrix:
os: [ubuntu-latest]