forked from geekan/MetaGPT
-
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 branch 'geekan:main' into main
- Loading branch information
Showing
9 changed files
with
51 additions
and
133 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,23 +1,33 @@ | ||
|
||
# Do not modify here, create a new key.yaml, define OPENAI_API_KEY. The configuration of key.yaml has a higher priority and will not enter git | ||
# DO NOT MODIFY THIS FILE, create a new key.yaml, define OPENAI_API_KEY. | ||
# The configuration of key.yaml has a higher priority and will not enter git | ||
|
||
#### if OpenAI | ||
|
||
OPENAI_API_KEY: "YOUR_API_KEY" | ||
#OPENAI_API_BASE: "YOUR_API_BASE" | ||
OPENAI_API_MODEL: "gpt-4" | ||
MAX_TOKENS: 1500 | ||
RPM: 10 | ||
|
||
#### if AZURE, check https://github.com/openai/openai-cookbook/blob/main/examples/azure/chat.ipynb | ||
|
||
#OPENAI_API_TYPE: "azure" | ||
#OPENAI_API_BASE: "YOUR_AZURE_ENDPOINT" | ||
#OPENAI_API_KEY: "YOUR_AZURE_API_KEY" | ||
#OPENAI_API_VERSION: "YOUR_AZURE_API_VERSION" | ||
#DEPLOYMENT_ID: "YOUR_DEPLOYMENT_ID" | ||
|
||
#### for Search | ||
|
||
## Visit https://serpapi.com/ to get key. | ||
#SERPAPI_API_KEY: "YOUR_API_KEY" | ||
# | ||
## Visit https://console.cloud.google.com/apis/credentials to get key. | ||
#GOOGLE_API_KEY: "YOUR_API_KEY" | ||
## Visit https://programmablesearchengine.google.com/controlpanel/create to get id. | ||
#GOOGLE_CSE_ID: "YOUR_CSE_ID" | ||
# | ||
#AZURE_OPENAI_KEY: "YOUR_API_KEY" | ||
#AZURE_OPENAI_ENDPOINT: "YOUR_API_BASE" | ||
#AZURE_DEPLOYMENT_NAME: "gpt-35" | ||
#AZURE_OPENAI_API_VERSION: "2023-03-15-preview" | ||
# | ||
|
||
#### for TTS | ||
|
||
#AZURE_TTS_SUBSCRIPTION_KEY: "YOUR_API_KEY" | ||
#AZURE_TTS_REGION: "eastus" | ||
#AZURE_TTS_REGION: "eastus" |
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
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
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
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.