Skip to content

Commit

Permalink
Updated memory setup links (Significant-Gravitas#3829)
Browse files Browse the repository at this point in the history
Co-authored-by: k-boikov <[email protected]>
  • Loading branch information
dominic-ks and k-boikov authored May 12, 2023
1 parent 79fba4a commit 21a202b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autogpt/memory/pinecone.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, cfg):
logger.double_check(
"Please ensure you have setup and configured Pinecone properly for use."
+ f"You can check out {Fore.CYAN + Style.BRIGHT}"
"https://github.com/Torantulino/Auto-GPT#-pinecone-api-key-setup"
"https://docs.agpt.co/configuration/memory/#pinecone-api-key-setup"
f"{Style.RESET_ALL} to ensure you've set up everything correctly."
)
exit(1)
Expand Down
2 changes: 1 addition & 1 deletion autogpt/memory/redismem.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(self, cfg):
logger.double_check(
"Please ensure you have setup and configured Redis properly for use. "
+ f"You can check out {Fore.CYAN + Style.BRIGHT}"
f"https://github.com/Torantulino/Auto-GPT#redis-setup{Style.RESET_ALL}"
f"https://docs.agpt.co/configuration/memory/#redis-setup{Style.RESET_ALL}"
" to ensure you've set up everything correctly."
)
exit(1)
Expand Down

0 comments on commit 21a202b

Please sign in to comment.