mirror of
https://github.com/IntelligenzaArtificiale/Free-Auto-GPT.git
synced 2026-06-02 06:14:36 +02:00
40 lines
1.3 KiB
Bash
40 lines
1.3 KiB
Bash
################################################################################
|
|
### 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
|
|
|
|
# REQUIRED CHATGPT PLUS subscription for use GPT4 model
|
|
USE_GPT4 = False
|
|
|
|
# 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
|
|
emailHF=your-emailHF
|
|
pswHF=your-pswHF
|
|
|
|
|
|
### 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
|