code-assistant
code-assistant copied to clipboard
FastHTML app that makes other FastHTML apps with LLMs
``` Traceback (most recent call last): File "/home/jonathan/miniforge3/envs/code-assistant/lib/python3.10/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi result = await app( # type: ignore[func-returns-value] File "/home/jonathan/miniforge3/envs/code-assistant/lib/python3.10/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ return await self.app(scope, receive, send)...
Today we share the same thread across all llm requests in a session (this translates to as long as the server is up, server restarts, new thread). Sometimes the llm...