Avatar

cephalization

software-er
Public vals
3
cephalization avatar
smsjournalerregistration
@cephalization
HTTP (deprecated)
@jsxImportSource https://esm.sh/react
cephalization avatar
smsjournalertextrelay
@cephalization
HTTP (deprecated)
* This val creates a webhook endpoint that receives text messages and sends SMS replies using the TextBelt API. * It uses blob storage to keep track of message history and conversation state. * The TextBelt API is used for sending SMS messages without requiring an API key. * The conversation history is stored as an array of message objects containing sender, content, date, and phone number. * OpenAI's GPT-4 is used to generate contextual responses based on the conversation history.
cephalization avatar
anthropicProxy
@cephalization
Script
https://simonwillison.net/2024/Aug/23/anthropic-dangerous-direct-browser-access/ THIS IS NO LONGER NECESSARY This Val will proxy anthropic HTTP requests from some frontend client, like langchain, so that you can utilize anthropic apis from the browser. Convert it to an HTTP val in order to use it (you may want to setup an ENV var / header to protect the endpoint with a secret key)
Next