bertek

Results 3 issues of bertek

## Motivation This pull request addresses formatting issues in visual_chatgpt.py that were causing errors, including syntax errors. Specifically, some parts of the code were using f-strings for string formatting, which...

## Issue Description: The on_event decorator used in [langserve/server.py](https://github.com/langchain-ai/langserve/blob/90bf613711c873e640bfa3224d013532744288a4/langserve/server.py#L46) is deprecated. As of the current FastAPI version, lifespan event handlers should be used instead of on_event. This change is in...

Hi there team :) When running pytest tests/test_tokenizercaching.py, the test process is terminated with a "Killed" error. (Maybe due to excessive memory usage?). All other tests in the suite pass...