Metatext logo
Metatext
Create
Roadmap
Feedback
Discussion Forum
3

    Boards

  • Discussion Forum

  • Report an issue

Powered by Canny

Discussion Forum

Share your question, project or something interesting to other users.
posts
Finish the Text Generation Feature
Implement the text generation feature with Fine Tunning, I see that you currently have the documentation but it is not working yet: https://docs.metatext.ai/v1/api-reference/generate import requests url = https://api.metatext.ai/v2/generate/RZkmzwhOtATrdFSbuGvI headers = { 'content-type': "application/json", 'x-api-key': "rYox15E8qS4vYht3kiPYL4SuqdBCnoCN6TNP9Dur" } data = { "text": "The Crystal Lagoon Village ", "options": { "refresh": False, "version": "RZkmzwhOtATrdFSbuGvI" } } response = requests.post (url, json=data, headers=headers) print(response.text)
0
can you please create an integration for make.com
0
RE: Plans
Hi there, I have been checking on progress updates but haven't seen any. I just want to check that this project is still active. Wils
6
Powered by Canny