Alok Saboo
Alok Saboo
Agreed... no objections.
@tjbck Thanks. I updated the PR so that the additional headers are ONLY applied if one is using Openrouter. Hope that helps.
Input: Spotify playlist Output: Plex Playlist Basically, it will be a tool to transfer playlists from Spotify to Plex. See https://soundiiz.com/tutorial/spotify-to-plex for example. We could even do it in the...
Duplicate of #8
This is largely dependent on the model you are running. Try a different model and see if you see the same results.
How are you using llama3 with GPT researcher?
Duplicate #18
@rashadphz I received my first 500 error, and here's the stack trace: ```bash Traceback (most recent call last): File "/workspace/src/backend/chat.py", line 111, in stream_qa_objects async for completion in response_gen: File...
Now, I must add that the same query worked the next time. It is just a function of the output produced by the LLMs. But, it will be great to...
Here's another one: ```bash Traceback (most recent call last): File "/workspace/.venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 69, in map_httpcore_exceptions d File "/workspace/.venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 373, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/workspace/.venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py",...