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?q=openai&page=314&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 3245 results for "openai"(3313ms)

chatSamplePolishNothingREADME.md1 match

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

chatSampleCheckAnswerWithStepREADME.md1 match

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

chatSampleCheckAnswerREADME.md1 match

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

chatSampleStepByStepFormatREADME.md1 match

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

chatSampleStepByStepREADME.md1 match

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

chatSampleFewShotREADME.md1 match

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

chatSampleSatisficationREADME.md1 match

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

chatSampleFormatOutputREADME.md1 match

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

chatSampleDelimeterREADME.md1 match

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

chatREADME.md1 match

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

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