From dd0e7aa024f53f17b6bbc714c6c6f15b7f22453f Mon Sep 17 00:00:00 2001 From: igiloh-pinecone <118673156+igiloh-pinecone@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:50:41 +0200 Subject: [PATCH] [README] - Fix misleading phrasing The "considerations" section had some misleading \ incorrect phrasing. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c208877..ce708dd6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ With just three CLI commands, you can create a new Canopy server, upload your do ## Considerations -* Canopy is currently only compatiable with OpenAI API endpoints for both the embedding model and the LLM. Rate limits and pricing set by OpenAI will apply. +* Canopy currently only supports OpenAI as backend for both both the embedding model and the LLM. Rate limits and pricing set by OpenAI will apply. + More integrations would be supported in the near future. ## Setup @@ -220,4 +221,4 @@ To run the canopy server for production, please run: gunicorn canopy_cli.app:app --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 --workers ``` -The server interacts with services like Pinecone and OpenAI using your own authentication credentials. When deploying the server on a public web hosting provider, it is recommended to enable an authentication mechanism, so that your server would only take requests from authenticated users. \ No newline at end of file +The server interacts with services like Pinecone and OpenAI using your own authentication credentials. When deploying the server on a public web hosting provider, it is recommended to enable an authentication mechanism, so that your server would only take requests from authenticated users.