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=150&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"(798ms)

demoOpenAIGPTSummaryREADME.md1 match

@zzz•Updated 1 year ago
1Migrated from folder: demo/demoOpenAIGPTSummary

OpenAISummaryREADME.md1 match

@zzz•Updated 1 year ago
1Migrated from folder: lib/OpenAISummary

openaiCompletionREADME.md1 match

@fgeierst•Updated 1 year ago
1Migrated from folder: openAi/openaiCompletion

ask_gpt4README.md1 match

@scio•Updated 2 years ago
1Migrated from folder: openai/ask_gpt4

gpt4_playgroundREADME.md1 match

@scio•Updated 2 years ago
1Migrated from folder: openai/gpt4_playground

easyAQIREADME.md1 match

@stevekrouse•Updated 2 years ago
126. Uses EPA's ranking to classify the severity of the score (ie "Unhealthy for Sensitive Groups")
13
14It uses blob storage to cache the openai location id for your location string to skip a couple steps for the next time.
15
16## Example usage

openAiModerationREADME.md1 match

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

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

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