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=5&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 1932 results for "openai"(1633ms)

openAiProxy2 file matches

@ashryanio•Updated 10 months ago

openAIStreamingExample2 file matches

@stevekrouse•Updated 11 months ago

openAIStreaming2 file matches

@xuybin•Updated 11 months ago

openAIHonoChatStreamExample2 file matches

@yawnxyz•Updated 11 months ago

gettingOpenAiStreamingtoWork2 file matches

@yawnxyz•Updated 11 months ago

openAIStreaming2 file matches

@maxm•Updated 11 months ago

OpenAI2 file matches

@pattysi•Updated 1 year ago

openAiExample2 file matches

@yawnxyz•Updated 1 year ago

openAiHelloWorld2 file matches

@yawnxyz•Updated 1 year ago

openaiUploadFile2 file matches

@yawnxyz•Updated 1 year ago

autonomous-valREADME.md1 match

@abrinz•Updated 1 hour ago
9Configure the following variables in your environment:
10- `AGENT_API_KEY` (This is a secure token that you choose to secure the agent.tsx POST endpoint)
11- `OPENAI_API_KEY` (An OpenAI API Key)
12- `EXA_API_KEY` (Optional, though needed if you use the web search tool)
13

blogget-old-posts.ts5 matches

@charmaine•Updated 3 hours ago
198 },
199 {
200 "title": "An Introduction to OpenAI fine-tuning",
201 "slug": "an-introduction-to-openai-fine-tuning",
202 "link": "/blog/an-introduction-to-openai-fine-tuning",
203 "description": "How to customize OpenAI to your liking",
204 "pubDate": "Fri, 25 Aug 2023 00:00:00 GMT",
205 "author": "Steve Krouse",
417 "slug": "val-town-newsletter-16",
418 "link": "/blog/val-town-newsletter-16",
419 "description": "Our seed round, growing team, Codeium completions, @std/openai, and more",
420 "pubDate": "Mon, 22 Apr 2024 00:00:00 GMT",
421 "author": "Steve Krouse",
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