Z

Results 3 issues of Z

is it possible to have a RESTFUL api end point that returns a list of items based on one item? e.g GET /items/{item_id}/recommendations thank you

got the following error when running command following API.md print(requests.post( 'http://127.0.0.1:8100/threads/266f60d1-ac42-43cd-ab93-f54b7e714971/state', cookies= {"opengpts_user_id": "foo"}, json={ "values": [{ "content": "hi! my name is bob", "type": "human", }] } ).content) ... opengpts-backend...

https://github.com/langchain-ai/opengpts/blob/d2098456399ac11ddd7fc6b8ae9716fd3a3d4c61/backend/app/agent.py#L152