Shahriar Tajbakhsh

Results 9 issues of Shahriar Tajbakhsh

Found here: https://github.com/sindresorhus/awesome/blob/master/pull_request_template.md So that we can add this repo to the Python section of the list.

This can be done using any form of local browser storage (Cookies, LocalStorage etc.).

Tutorial on how to apply animations is [here](https://docs.angularjs.org/tutorial/step_12).

As mentioned in #3, main markdown should be split into more files to categorise videos into: - "theory/philosophy of python" (meaning core/builtin only) - "pythonic web dev" (includes requests, beautiful...

enhancement

If the model predicts a completion that begins with a stop sequence, resulting in no output, we'll get a `KeyError`: ``` Traceback (most recent call last): ... File ".../langchain/llms/openai.py", line...

In [pyproject.toml](https://github.com/hwchase17/langchain/blob/master/pyproject.toml), the expectation is `SQLAlchemy = "^1"`. But, the way `declarative_base` is imported in [cache.py](https://github.com/hwchase17/langchain/blob/master/langchain/cache.py) will only work with SQLAlchemy >=1.4. This PR makes sure Langchain can be run...