Public vals
13
patrickjm
getReplicatePrediction
Get the status or result of a prediction on replicate.com
https://replicate.com/docs/reference/http#get-prediction
Script
patrickjm
openAiModeration
* Calls the OpenAI moderation model. Useful for determining if OpenAI will flag something you did.
* https://platform.openai.com/docs/api-reference/moderations
Script
patrickjm
openAiFreeUsage
// set at Sat Dec 09 2023 01:45:57 GMT+0000 (Coordinated Universal Time)
Script
patrickjm
gpt3
* OpenAI text completion. https://platform.openai.com/docs/api-reference/completions
*
* val.town has generously provided a free daily quota. Until the quota is met, no need to provide an API key.
* To see if the quota has been met, you can run @patrickjm.openAiFreeQuotaExceeded()
*
* For full REST API access, see @patrickjm.openAiTextCompletion
RPC (deprecated)