Val Town Code SearchReturn to Val Town

API Access

You can access search results via JSON API by adding format=json to your query:

https://codesearch.val.run//%22?q=openai&page=309&format=json

For typeahead suggestions, use the /typeahead endpoint:

https://codesearch.val.run/typeahead?q=openai

Returns an array of strings in format "username" or "username/projectName"

Found 3227 results for "openai"(1686ms)

telegramBotHandlerREADME.md1 match

@stevekrouse•Updated 2 years ago
155. Message @ValTownBot the express endpoint you copied
16
176. You'll also need an `openai` key in [your secrets](/settings/secrets) for this particular DallE bot to work
18
19Migrated from folder: Archive/telegramBotHandler

openaiREADME.md5 matches

@stevekrouse•Updated 2 years ago
1# OpenAI ChatGPT helper function
2
3This val uses your OpenAI token if you have one, and the @std/openai if not, so it provides limited OpenAI usage for free.
4
5```ts
6import { chat } from "https://esm.town/v/stevekrouse/openai";
7
8const { content } = await chat("Hello, GPT!");
11
12```ts
13import { chat } from "https://esm.town/v/stevekrouse/openai";
14
15const { content } = await chat(
23```
24
25Migrated from folder: Archive/openai

chatSampleFunctionTaggingREADME.md1 match

@webup•Updated 2 years ago
1Migrated from folder: openai/samples/functions/chatSampleFunctionTagging

chatSampleFunctionExtractionREADME.md1 match

@webup•Updated 2 years ago
1Migrated from folder: openai/samples/functions/chatSampleFunctionExtraction

chatSampleFunctionMultipleREADME.md1 match

@webup•Updated 2 years ago
1Migrated from folder: openai/samples/functions/chatSampleFunctionMultiple

telegramDalleBotREADME.md1 match

@hootz•Updated 2 years ago
1# Telegram DALLE Bot
2
3A personal telegram bot you can message to create images with OpenAI's [DALLE](https://openai.com/dall-e-2) ✨
4
5![DALLE: A Macintosh II sitting on a desk, painted by Picasso in his blue period.](https://i.imgur.com/uJrP5mE.png)

textToImageDalleREADME.md1 match

@hootz•Updated 2 years ago
1A wrapper for OpenAI's DALLE API. See the API reference here: https://platform.openai.com/docs/api-reference/images/create?lang=curl

schemasWeatherREADME.md1 match

@webup•Updated 2 years ago
1Migrated from folder: openai/samples/functions/schemasWeather

chatSampleFunctionSingleREADME.md1 match

@webup•Updated 2 years ago
1Migrated from folder: openai/samples/functions/chatSampleFunctionSingle

genvalREADME.md1 match

@andreterron•Updated 2 years ago
1# [Generate a Val](https://andreterron-genval.express.val.run)
2
3Uses the OpenAI API to generate code for a val based on the description given by the user.
4
5TODO:

openai-usage1 file match

@nbbaier•Updated 1 day ago

hello-realtime5 file matches

@jubertioai•Updated 4 days ago
Sample app for the OpenAI Realtime API
reconsumeralization
import { OpenAI } from "https://esm.town/v/std/openai"; import { sqlite } from "https://esm.town/v/stevekrouse/sqlite"; /** * Practical Implementation of Collective Content Intelligence * Bridging advanced AI with collaborative content creation */ exp
kwhinnery_openai