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/$%7Bart_info.art.src%7D?q=openai&page=146&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 1567 results for "openai"(734ms)

chatSampleFunctionExtractionREADME.md1 match

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

chatSampleFunctionMultipleREADME.md1 match

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

telegramDalleBotREADME.md1 match

@hootz•Updated 1 year 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 1 year 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 1 year ago
1Migrated from folder: openai/samples/functions/schemasWeather

chatSampleFunctionSingleREADME.md1 match

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

genvalREADME.md1 match

@andreterron•Updated 1 year 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:

openaiOpenAPIREADME.md1 match

@stevekrouse•Updated 1 year ago
1Migrated from folder: Archive/gptPlugin/openaiOpenAPI

moderateSampleHateREADME.md1 match

@webup•Updated 1 year ago
1Migrated from folder: openai/samples/moderateSampleHate

moderateSampleViolenceREADME.md1 match

@webup•Updated 1 year ago
1Migrated from folder: openai/samples/moderateSampleViolence

testOpenAI1 file match

@shouser•Updated 1 day ago

testOpenAI1 file match

@stevekrouse•Updated 1 day ago
lost1991
import { OpenAI } from "https://esm.town/v/std/openai"; export default async function(req: Request): Promise<Response> { if (req.method === "OPTIONS") { return new Response(null, { headers: { "Access-Control-Allow-Origin": "*",