Yong

Results 2 comments of Yong

same error here ```python from langserve import RemoteRunnable openai = RemoteRunnable("http://localhost:9098/gpt-4o/") openai.invoke(input="hi", max_tokens=1) ``` return error: ``` NotImplementedError Traceback (most recent call last) Cell In[14], [line 1](vscode-notebook-cell:?execution_count=14&line=1) ----> [1](vscode-notebook-cell:?execution_count=14&line=1) openai.invoke(input="hi",...