From da27d36f08b26c804cffbe38c0c5efd2437d986b Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Tue, 29 Aug 2023 13:45:06 -0700 Subject: [PATCH] link the docs --- chatlab/conversation.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chatlab/conversation.py b/chatlab/conversation.py index 81e0dfd..55631da 100644 --- a/chatlab/conversation.py +++ b/chatlab/conversation.py @@ -122,8 +122,7 @@ def __init__( "This key allows chatlab to communicate with OpenAI servers.\n\n" "You can generate API keys in the OpenAI web interface. " "See https://platform.openai.com/account/api-keys for details.\n\n" - # TODO: An actual docs page - "If you have any questions, tweet at us at https://twitter.com/chatlablib." + "Learn more details at https://chatlab.dev/docs/setting-api-keys for setting up keys.\n\n" ) else: pass