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=148&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"(820ms)

chatSampleTransformREADME.md1 match

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

chatSampleInferTopicREADME.md1 match

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

chatSampleInferEmotionREADME.md1 match

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

chatSampleExtractREADME.md1 match

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

chatSampleHallucinationExitREADME.md1 match

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

chatSampleHallucinationREADME.md1 match

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

chatSamplePolishHTMLTableREADME.md1 match

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

chatSamplePolishBadFocusREADME.md1 match

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

chatSamplePolishTooLongREADME.md1 match

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

chatSamplePolishNothingREADME.md1 match

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

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": "*",