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=147&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 1566 results for "openai"(965ms)

completeREADME.md1 match

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

chatSampleSystemRoleExpertREADME.md1 match

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

chatSampleSystemRoleSimpleLineREADME.md1 match

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

chatSampleSystemRoleSimpleREADME.md1 match

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

chatSampleReverseTokenDelimREADME.md1 match

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

chatSampleReverseTokenREADME.md1 match

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

chatGPTPluginREADME.md1 match

@stevekrouse•Updated 1 year ago
9![](https://i.imgur.com/lLUAcVc.png)
10
11It would be awesome if it knew how to use other APIs and make `fetch` calls to them, but it has been [failing at that](https://chat.openai.com/share/428183eb-8e6d-4008-b295-f3b0ef2bedd2).
12
13## Limitations

chatSampleInferCategoryREADME.md1 match

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

chatSampleExpandEmailREADME.md1 match

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

chatSampleTransformREADME.md1 match

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

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