mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 16:56:26 +02:00
feat: merge geekan:dev
This commit is contained in:
commit
739452edbb
92 changed files with 5372 additions and 197 deletions
|
|
@ -4,9 +4,9 @@ llm:
|
|||
api_key: "YOUR_API_KEY"
|
||||
model: "gpt-4-turbo-preview" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview
|
||||
# Azure-exclusive pricing plan mappings:
|
||||
# - gpt-3.5-turbo 4k: "gpt-3.5-turbo"
|
||||
# - gpt-4-turbo: "gpt-4-1106-preview"
|
||||
# - gpt-4-turbo-vision: "gpt-4-1106-preview"
|
||||
# - gpt-3.5-turbo 4k: "gpt-3.5-turbo-1106"
|
||||
# - gpt-4-turbo: "gpt-4-turbo-preview"
|
||||
# - gpt-4-turbo-vision: "gpt-4-vision-preview"
|
||||
# - gpt-4 8k: "gpt-4"
|
||||
# See for more: https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/
|
||||
# pricing_plan: "gpt-4-turbo-preview"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue