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/image-url.jpg%20%22Image%20title%22?q=openai&page=179&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 1852 results for "openai"(600ms)

openAiFreeQuotaExceededREADME.md1 match

@patrickjm•Updated 2 years ago
1Migrated from folder: Archive/openAiFreeQuotaExceeded

openAiTextCompletionREADME.md1 match

@patrickjm•Updated 2 years ago
1Migrated from folder: Archive/openAiTextCompletion

translateToEnglishWithOpenAI1 file match

@shlmt•Updated 2 weeks ago

testOpenAI1 file match

@stevekrouse•Updated 2 weeks ago
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
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": "*",