forked from IntelligenzaArtificiale/Free-Auto-GPT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
34 lines (20 loc) · 1.22 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
################################################################################
### FREE-AUTOGPT - GENERAL SETTINGS
################################################################################
### CHATGPT
## CHATGPT_TOKEN - ChatGPT Token (Go to https://chat.openai.com/chat and open the developer tools by F12.
## Find the __Secure-next-auth.session-token cookie in Application > Storage > Cookies > https://chat.openai.com
## Copy the value in the Cooki2e Value field.)
## USE_EXISTING_CHAT - Use an existing chat (Default: False)
## CHAT_ID - Insert Chat-ID (chat.openai.com/c/(IT'S THIS ->)58XXXX0f-XXXX-XXXX-XXXX-faXXXXd2b50f)
CHATGPT_TOKEN=your-chatgpt-token
# USE_EXISTING_CHAT = False
# CHAT_ID = your-chat-id
### HUGGINGFACE
## HUGGINGFACE_TOKEN - HuggingFace Token (Check https://huggingface.co/settings/tokens to get your token)
HUGGINGFACE_TOKEN=your-huggingface-token
### BARDCHAT
## BARDCHAT_TOKEN - Bard Token (Go to https://bard.google.com/ and open the developer tools by F12.
## Find the __Secure-1PSID cookie in Application > Storage > Cookies > https://bard.google.com/
## Copy the value in the Cooki2e Value field.)
BARDCHAT_TOKEN=your-googlebard-token