mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05:00
- Moved `autogpt` and `forge` to project root - Removed `autogpts` directory - Moved and renamed submodule `autogpts/autogpt/tests/vcr_cassettes` to `autogpt/tests/vcr_cassettes` - When using CLI agents will be created in `agents` directory (instead of `autogpts`) - Renamed relevant docs, code and config references from `autogpts/[forge|autogpt]` to `[forge|autogpt]` and from `*../../*` to `*../*` - Updated `CODEOWNERS`, GitHub Actions and Docker `*.yml` configs - Updated symbolic links in `docs`
8 lines
293 B
Plaintext
8 lines
293 B
Plaintext
azure_api_type: azure
|
|
azure_api_version: api-version-for-azure
|
|
azure_endpoint: your-azure-openai-endpoint
|
|
azure_model_map:
|
|
gpt-3.5-turbo-0125: gpt35-deployment-id-for-azure
|
|
gpt-4-turbo-preview: gpt4-deployment-id-for-azure
|
|
text-embedding-3-small: embedding-deployment-id-for-azure
|