mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-08 15:22:38 +02:00
17 lines
468 B
YAML
17 lines
468 B
YAML
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
|