-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from valory-xyz/fix/scripting
Fix/scripting
- Loading branch information
Showing
6 changed files
with
509 additions
and
528 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,10 +1,10 @@ | ||
{ | ||
"openai": [ | ||
"Your #1 OpenAI API key here", | ||
"Your #2 OpenAI API key here" | ||
"YOUR_#1_KEY_HERE", | ||
"YOUR_#2_KEY_HERE" | ||
], | ||
"google_api_key": [ | ||
"Your #1 Google API key here", | ||
"Your #2 Google API key here" | ||
"YOUR_#1_KEY_HERE", | ||
"YOUR_#2_KEY_HERE" | ||
] | ||
} |
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
Oops, something went wrong.