forked from Significant-Gravitas/AutoGPT
-
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.
cleaned up .env to move Azure config to separate azure.yaml file
updated README.md to explain new config added Azure yaml loader to config class centralized model retrieval into config class this commit effectively combines and replaces Significant-Gravitas#700 and Significant-Gravitas#580
- Loading branch information
1 parent
17b037f
commit 650e2dc
Showing
7 changed files
with
66 additions
and
17 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
ai_goals: | ||
- Increase net worth. | ||
- Develop and manage multiple businesses autonomously. | ||
- Play to your strengths as a Large Language Model. | ||
ai_name: Entrepreneur-GPT | ||
ai_role: an AI designed to autonomously develop and run businesses with the sole goal | ||
of increasing your net worth. | ||
- Explain the peripherals in detail with examples of how to use them effectively | ||
- Give detailed information on how to use I/O co-processing | ||
- Explain which GPIO pins can be used for which tasks | ||
- Use C, C++ or assembly as the target languages for all examples and research | ||
- Use the PlatformIO system and support library for all examples and research | ||
ai_name: PicoGPT | ||
ai_role: an AI to provide detailed research into how to effectively program the raspberry | ||
pi pico and all of it's peripherals |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
azure_api_base: your-base-url-for-azure | ||
azure_api_version: api-version-for-azure | ||
azure_model_map: | ||
fast_llm_model_deployment_id: gpt35-deployment-id-for-azure | ||
smart_llm_model_deployment_id: gpt4-deployment-id-for-azure | ||
embedding_model_deployment_id: embedding-deployment-id-for-azure |
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