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//%22?q=openai&page=311&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 3227 results for "openai"(1601ms)

chatGPTPluginREADME.md1 match

@stevekrouse•Updated 2 years 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 2 years ago
1Migrated from folder: openai/samples/chatSampleInferCategory

chatSampleExpandEmailREADME.md1 match

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

chatSampleTransformREADME.md1 match

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

chatSampleInferTopicREADME.md1 match

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

chatSampleInferEmotionREADME.md1 match

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

chatSampleExtractREADME.md1 match

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

chatSampleHallucinationExitREADME.md1 match

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

chatSampleHallucinationREADME.md1 match

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

chatSamplePolishHTMLTableREADME.md1 match

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

openai-usage1 file match

@nbbaier•Updated 1 day ago

hello-realtime5 file matches

@jubertioai•Updated 4 days ago
Sample app for the OpenAI Realtime API
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
kwhinnery_openai