Lance Martin

Results 87 comments of Lance Martin

Also, minor nit: do you mind rebasing on `master`? We merged another text splitter recently.

Also, please run `make format` to resolve lint errors. LMK if you don't have poetry, etc set up and I can run for you.

We merged a refactor [here](https://github.com/hwchase17/langchain/pull/5772/files): 1/ audio loading in memory will require something other than `yt_dlp`. 2/ exposing the splitter is probably not required b/c there are no obvious use-cases...

Added fmt to fix lint [here](https://github.com/langchain-ai/langchain/pull/16732) and will merge now.

@taimo3810 I merged this update to the docs w/ minor formatting, so we can close this PR. Thank you!

Nice addition! @jacoblee93 recently added chat model for Ollama, so may be able to have a quick look at this.

export OPENAI_API_KEY then simply kick off streamlit and ensure you have credits. also, some features (GPT4) may not be accessible w/ your key. (working on a hosted version for this.)

ya, this is a great idea. any recommended documentation on process for re-organizing code / deploying to HF?