You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated my langserve version from 0.2.3 to 0.3.0, and I'm experiencing an issue.
If I pass config_keys=("run_id", "configurable", "metadata") as a parameter in the add_routes method, the playground is not displayed correctly.
This sample code also produces the error: add_routes( app, ChatOpenAI(model="gpt-4o-2024-08-06"), path="/openai", config_keys=("run_id", "configurable", "metadata"), )
The key run_id may be causing the error because if I remove it, it does render, but a warning appears for the metadata key.
The installed versions is as follows:
langchain-openai 0.2.1
langserve 0.3.0
fhkingma, popadko, EtienneT, ZirconCode, duodecanol and 1 more