diff --git a/README.md b/README.md index 2c92b04..d7679ea 100644 --- a/README.md +++ b/README.md @@ -341,9 +341,6 @@ const myProvider = (options: ProviderOptions): Provider => { chat: async () => { /** your implementation goes here */ }, - embeddings: async () => { - /** your implementation goes here */ - }, } } ```