-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
513 changed files
with
21,324 additions
and
11,891 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
OPENAI_API_KEY=your_api_key_here | ||
USER_USERNAME=Username | ||
USER_PASSWORD=Password | ||
API_KEY=your_google_ai_key_here | ||
PORT=3000 | ||
GOOGLE_API_KEY=your_google_ai_key_here | ||
MISTRAL_KEY=your_mistral_ai_key_here | ||
# Remember to either rename this file to `.env` | ||
# or create a new `.env` file with these variables. | ||
# An OpenAI Key is required for GPT; if unchanged, | ||
# you can sign in with "Username" and "Password". | ||
# The port will default to 3000 for `http://localhost:3000/portal`. | ||
# Feel free to change the port if it's busy! | ||
# The Google API Key is only required if using Gemini. | ||
# The Gemini models will simply fail to respond if left blank. | ||
# The Gemini models will simply fail to respond if left blank. | ||
# The same applies for the Mistral API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.