Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Options Support #3

Closed
appatalks opened this issue Jan 25, 2023 · 1 comment
Closed

Options Support #3

appatalks opened this issue Jan 25, 2023 · 1 comment

Comments

@appatalks
Copy link
Owner

appatalks commented Jan 25, 2023

Maybe will add Option Support

-- Engine - done
-- Max_Tokens
-- Temperature
-- Custom initial prompt
-- Polly Neural or Standard - done
-- Polly Voices
-- Copy Chat - done
-- Others

@appatalks
Copy link
Owner Author

Example response from API:

{"id":"",
"object":"text_completion","created":1675195893,
"model":"text-davinci-003",
"choices":[{"text":"","index":0,"logprobs":null,"finish_reason":"stop"}],
"usage":{"prompt_tokens":54,"completion_tokens":10,"total_tokens":64}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant