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/$1?q=openai&page=1&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 1910 results for "openai"(851ms)

openaiproxy2 file matches

@skutaans•Updated 10 hours ago

token-server1 file match

@kwhinnery_openai•Updated 1 day ago
Mint tokens to use with the OpenAI Realtime API for WebRTC

openai_api_project_Pauline2 file matches

@Paulineseemann•Updated 1 day ago

translateToEnglishWithOpenAI1 file match

@shlmt•Updated 3 weeks ago

testOpenAI1 file match

@stevekrouse•Updated 3 weeks ago

openaiproxy2 file matches

@std•Updated 3 weeks ago

testOpenAI1 file match

@shouser•Updated 3 weeks ago

stevens-openai5 file matches

@yash_ing•Updated 1 month ago

fetchAndStoreOpenAiUsage22 file matches

@nbbaier•Updated 1 month ago

openaiPricing9 file matches

@nbbaier•Updated 1 month ago
Project created from val URLs

MCPindex.ts2 matches

@c15r•Updated 1 hour ago
127 </div>
128 <div class="border rounded-lg p-4">
129 <h3 class="font-semibold text-orange-600 mb-2">🤖 OpenAI</h3>
130 <ul class="text-sm text-gray-600 space-y-1">
131 <li>• openai_chat</li>
132 </ul>
133 </div>

MCPREADME.md1 match

@c15r•Updated 1 hour ago
8- **SQLite Database**: Execute queries and manage database operations
9- **Email**: Send emails through Val Town's email service
10- **OpenAI Integration**: Access OpenAI API through Val Town's service
11- **File Operations**: Read and list project files
12- **Environment Variables**: Access environment configuration
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