Skip to content

Commit 74187d8

Browse files
committed
Update chatbot.py
1 parent 0c08c03 commit 74187d8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

chatbot.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,7 @@
2222
Pinecone Index: {Fore.BLUE}{pinecone_index}{Fore.WHITE}
2323
Pinecone Namespace: {Fore.GREEN}{pinecone_namespace}{Fore.WHITE}
2424
"""
25-
26-
demo = f"""{Fore.WHITE}Using the following credentials:{Fore.WHITE}
27-
OpenAI API Key: {Fore.RED}...{Fore.WHITE}
28-
Pinecone API Key: {Fore.BLUE}...{Fore.WHITE}
29-
Pinecone Environment: {Fore.BLUE}...{Fore.WHITE}
30-
Pinecone Index: {Fore.BLUE}...{Fore.WHITE}
31-
Pinecone Namespace: {Fore.GREEN}...{Fore.WHITE}
32-
"""
33-
print(demo)
25+
print(startup)
3426

3527
r = input('Do you want to ingest? (Y/N): ')
3628

0 commit comments

Comments
 (0)