Rewrite Text Tone to Be Polite

This task makes a text more polite.

Input

This task makes a text more polite.

[1.0.0]:
First version
VersionAI ModelCreatedLink
1.0.018.07.2023

API

The REST API allows you to call the tool with the same costs as when running the tool. Please generate an Personal access token before using the REST API.

Parameters

  • text (Text): Input the text you would like to transform to a more polite tone.
  • Call the REST API by cURL
    curl -v -H "Authorization: Bearer PERSONAL_ACCESS_TOKEN" https://api.anysolve.ai/rest/v1/u-ba835df8268fc301-rewrite-text-tone-to-be-polite/1.0.0?text=I%20want%20you%20to%20quit%20an%20join%20my%20business
  • Install the package with pip
    python3 -m pip install anysolve
  • Run in python3
    import os
    from anysolve import AnySolve
    anysolve_token = os.environ.get('ANYSOLVE_PERSONAL_ACCESS_TOKEN') # Resolve your personal access token here
    client = AnySolve(anysolve_token)
    res = client.run('u-ba835df8268fc301-rewrite-text-tone-to-be-polite','1.0.0', {'text': 'I want you to quit an join my business'})
    print(res)
  • Coming soon: Within AnySolve ChatComplete prompts you can use the following command to execute the task:
    /run('u-ba835df8268fc301-rewrite-text-tone-to-be-polite','1.0.0', text='I want you to quit an join my business')

Task infos

Author: AnySolve
Status: Published
Version: 1.0.0
Runs: 1 time
Favorites: 1
Average costs: 3 Credits (0.003 EUR)
Created: 18.07.2023