Avatar

stevekrouse

mayor of val town
Public vals
772
stevekrouse avatar
stevekrouse
cerebrasTemplate
HTTP
Cerebras Inference template This val shows you how you can deploy an app using Cerebras Inference on Val Town in seconds. What is Cerebras? Cerebras is an American chip manufacturer that produces large wafer chips that deliver mind-blowing LLM inference speeds. As of this writing on Jan 17, 2025, Cerebras Inference provides Llama 3.18b, 3.1 70b, and 3.370b at a jaw-dropping 2k tokens per second – that's 50x faster than what the frontier labs produce. Llama 3.370b at 2k tokens per second is particularly noteworthy because it is a GPT-4-class model . This level of intelligence at that level of speed will unlock whole new classes of applications. Quick start Set up Cerebras Sign up for Cerebras Get a Cerebras API Key Save it in a Val Town environment variable called CEREBRAS_API_KEY Once Cerebras is set up in your Val Town account, there are two ways to get started: Fork this app and customize it (or ask Townie AI to customize it) Start a new chat with Townie AI and copy & paste the following instructions: . Use Cerebras for AI on the backend like so: const { OpenAI } = await import("https://esm.sh/openai"); const client = new OpenAI({ apiKey: Deno.env.get("CEREBRAS_API_KEY"), baseURL: "https://api.cerebras.ai/v1" }); const response = await client.chat.completions.create({ model: "llama-3.3-70b", messages: [], }); const generatedText = response.choices[0].message.content; For example, the val in this template was created by asking Townie AI to "Make a chatgpt clone", then I hit shift-enter twice, and then pasted in the instructions on how to use Cerebras from above, then hit enter. Townie built this app on its first try, in about 20 seconds. Sample apps Cerebras Searcher - a Perplexity clone that uses the SerpAPI to do RAG and summaries with Cerebras ( requires a SerpAPI key ) Cerebras Coder - an app that generates websites in a second with Cerebras Cerebras Debater - an app that truly shows Cerebras's speed: it's Cerebras talking to Cerebras in a debate
0
stevekrouse avatar
stevekrouse
decoratorsExample
Script
An interactive, runnable TypeScript val by stevekrouse
0
stevekrouse avatar
stevekrouse
prolific
HTTP
An interactive, runnable TypeScript val by stevekrouse
0
stevekrouse avatar
stevekrouse
impartialIndigoPerch
Script
An interactive, runnable TypeScript val by stevekrouse
0
stevekrouse avatar
stevekrouse
satisfiedPinkAnteater
HTTP
An interactive, runnable TypeScript val by stevekrouse
0
stevekrouse avatar
stevekrouse
handsomePlumWhippet
Script
An interactive, runnable TypeScript val by stevekrouse
0
stevekrouse avatar
stevekrouse
polishedAzureDeer
Script
An interactive, runnable TypeScript val by stevekrouse
0
stevekrouse avatar
stevekrouse
townie_prompt
Script
An interactive, runnable TypeScript val by stevekrouse
0
stevekrouse avatar
stevekrouse
postgresExample
Script
// Get the connection string from the environment variable "DATABASE_URL"
0
stevekrouse avatar
stevekrouse
anon_doc
HTTP
@jsxImportSource https://esm.sh/react@18.2.0
0
stevekrouse avatar
stevekrouse
responsibleCyanCheetah
HTTP
An interactive, runnable TypeScript val by stevekrouse
0
stevekrouse avatar
stevekrouse
social_media_monitoring
Script
Social Media Monitoring Alerts vals Twitter https://www.val.town/v/stevekrouse/twitterAlert https://www.val.town/v/jonbo/cabinAdjacentTweets Hacker News https://www.val.town/v/stevekrouse/hnValTown https://www.val.town/v/rodrigotello/hnFollowApp Bluesky https://www.val.town/v/stevekrouse/blueskyAlert Reddit https://www.val.town/v/sarahxc/redditSearch Farcaster https://www.val.town/v/artivilla/farcasterKeyHook
0
stevekrouse avatar
stevekrouse
gemini2FlashExample
Script
An interactive, runnable TypeScript val by stevekrouse
0
stevekrouse avatar
stevekrouse
steel_example
Script
// Initialize Steel client with the API key from environment variables
0
stevekrouse avatar
stevekrouse
openai_svg
HTTP
OpenAI SVG Generates an SVG based on the ?text input pararm
0
stevekrouse avatar
stevekrouse
cerebras_coder_prompts
Script
An interactive, runnable TypeScript val by stevekrouse
3