mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-07 14:52:37 +02:00
feat: archive
This commit is contained in:
parent
5f16d6e853
commit
799dbd396e
10 changed files with 291 additions and 5 deletions
17
.well-known/skills.yaml
Normal file
17
.well-known/skills.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
entities:
|
||||
Assistant:
|
||||
skills:
|
||||
- name: text_to_speech
|
||||
description: Text-to-speech
|
||||
requisite:
|
||||
- AZURE_TTS_SUBSCRIPTION_KEY
|
||||
- AZURE_TTS_REGION
|
||||
- name: text_to_image
|
||||
description: Create a drawing based on the text.
|
||||
requisite:
|
||||
- OPENAI_API_KEY
|
||||
- METAGPT_TEXT_TO_IMAGE_MODEL
|
||||
- name: text_to_embedding
|
||||
description: Convert the text into embeddings.
|
||||
requisite:
|
||||
- OPENAI_API_KEY
|
||||
Loading…
Add table
Add a link
Reference in a new issue