From 08a7f2343da539bcf149fc8f4c5fe5387c833924 Mon Sep 17 00:00:00 2001 From: ilai Date: Sun, 5 Nov 2023 12:12:00 +0200 Subject: [PATCH] [app] Fix description Per Nathan and Byron's feedback --- src/canopy_server/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/canopy_server/__init__.py b/src/canopy_server/__init__.py index 85a89cf2..208f7cfc 100644 --- a/src/canopy_server/__init__.py +++ b/src/canopy_server/__init__.py @@ -6,8 +6,9 @@ ## Prerequisites ### Pinecone API key -To get Pinecone free trial API key and environment register or log into your Pinecone account in the console (https://app.pinecone.io/). You can access your API key from the "API Keys" section in the sidebar of your dashboard, and find the environment name next to it. +If you don't have a Pinecone account, you can sign up for a free Starter plan at https://www.pinecone.io/. +To find your Pinecone API key and environment log into Pinecone console (https://app.pinecone.io/). You can access your API key from the "API Keys" section in the sidebar of your dashboard, and find the environment name next to it. ### OpenAI API key -You can find your free trial OpenAI API key https://platform.openai.com/account/api-keys. You might need to login or register to OpenAI services. +You can find your free trial OpenAI API key https://platform.openai.com/account/api-keys. You might need to log in or register for OpenAI services. """ # noqa: E501