9 Commits

Author SHA1 Message Date
Matthew Jericho Go Sy
b7d3f3519e
Fix File Q&A build error due to removed way of assigning options to the Formidable instance (#372)
* Pass maxFileSize attribute when instantiating IncomingForm()

Assigning a value through `form.maxFileSize` directly no longer works and will result in `Type error: Property 'maxFileSize' does not exist on type 'IncomingForm'.`

* Refactor Formidable instantiation acdg. to example shown in docs

Example usage acdg. to docs: e5e25d2fd9/README.md (formidable--incomingform)
2023-09-11 16:09:00 -07:00
Alvaro Videla
18b7ee5f37
adds devcontainer support for file-q-and-a app (#218) 2023-09-11 15:51:02 -07:00
Ikko Eltociear Ashimine
0d1436b8d9
Fix typo in getEmbeddingsForText.ts (#515)
charcter -> character
2023-06-16 18:31:53 -07:00
isafulf
59e10cec11 Update FileQandAArea.tsx 2023-04-02 17:32:37 -07:00
isafulf
fb7a87a8a5 address https://github.com/openai/openai-cookbook/issues/248 2023-04-02 17:28:52 -07:00
isafulf
c7384cc353 use ChatGPT API in nextjs example 2023-04-02 17:28:29 -07:00
isafulf
75cc4483d7 address https://github.com/openai/openai-cookbook/issues/159 2023-04-02 17:26:53 -07:00
isafulf
013a52a80d increase OpenAI NodeJS client version 2023-04-02 17:26:19 -07:00
isafulf
e99e53aa1a File Q and A app 2023-02-11 16:29:30 -08:00