Search

4,002 results found for openai (1785ms)

Code
3,898

Note: When changing a SQLite table's schema, change the table's name (e.g., add _2 or _3) to cre
### OpenAI
```ts
import { OpenAI } from "https://esm.town/v/std/openai";
const openai = new OpenAI();
const completion = await openai.chat.completions.create({
messages: [
{ role: "user", content: "Say hello in a creative way" },
Note: When changing a SQLite table's schema, change the table's name (e.g., add _2 or _3) to cre
### OpenAI
```ts
import { OpenAI } from "https://esm.town/v/std/openai";
const openai = new OpenAI();
const completion = await openai.chat.completions.create({
messages: [
{ role: "user", content: "Say hello in a creative way" },
Note: When changing a SQLite table's schema, change the table's name (e.g., add _2 or _3) to cre
### OpenAI
```ts
import { OpenAI } from "https://esm.town/v/std/openai";
const openai = new OpenAI();
const completion = await openai.chat.completions.create({
messages: [
{ role: "user", content: "Say hello in a creative way" },
}
const openaiApiKey = __secrets['OPENAI_API_KEY'];
if (!openaiApiKey) {
return Response.json({ error: 'OpenAI API key not configured' }, { status: 500 });
}
Focus on providing actionable fixes and explanations.`;
// Call OpenAI API for debugging
const response = await fetch('https://api.openai.com/v1/chat/completions', {
method: 'POST',
headers: {
'Authorization': `Bearer ${openaiApiKey}`,
'Content-Type': 'application/json',
},
if (!response.ok) {
const error = await response.text();
console.error('OpenAI API error:', error);
return Response.json({ error: 'Failed to debug code' }, { status: 500 });
}
}
const openaiApiKey = __secrets['OPENAI_API_KEY'];
if (!openaiApiKey) {
return Response.json({ error: 'OpenAI API key not configured' }, { status: 500 });
}
Focus on creating functional, interactive applications that users can immediately see and use.`;
// Call OpenAI API
const response = await fetch('https://api.openai.com/v1/chat/completions', {
method: 'POST',
headers: {
'Authorization': `Bearer ${openaiApiKey}`,
'Content-Type': 'application/json',
},
if (!response.ok) {
const error = await response.text();
console.error('OpenAI API error:', error);
return Response.json({ error: 'Failed to generate code' }, { status: 500 });
}
// @ts-ignore
import { OpenAI } from "https://esm.town/v/std/openai?v=4";
// @ts-ignore
import { blob } from "https://esm.town/v/std/blob?v=11";
// --- CORE AI & BLUEPRINT LOGIC ---
const MAX_DEPTH = 5; // Max recursion depth for sections
const openai = new OpenAI();
const INDEX_KEY = "codex_index"; // Renamed from totem_index
}
const completion = await openai.chat.completions.create({
model: "gpt-4o",
messages: [
import { streamSSE } from "npm:hono@4.4.12/streaming";
import type { Context } from "npm:hono@4.4.12";
import { OpenAI } from "https://esm.town/v/std/openai";
import { blob } from "https://esm.town/v/std/blob";
import { nanoid } from "npm:nanoid";
// --- CORE AI & HELPER LOGIC ---
const openai = new OpenAI();
const services = {
async callAI(
if (isJson) requestPayload.response_format = { type: "json_object" };
const completion = await openai.chat.completions.create(requestPayload);
const content = completion.choices[0].message.content;
onDelta: (delta: string) => Promise<void>,
) {
const completionStream = await openai.chat.completions.create({
model: "gpt-4o",
messages: [{ role: "system", content: systemPrompt }, {
Note: When changing a SQLite table's schema, change the table's name (e.g., add _2 or _3) to cre
### OpenAI
```ts
import { OpenAI } from "https://esm.town/v/std/openai";
const openai = new OpenAI();
const completion = await openai.chat.completions.create({
messages: [
{ role: "user", content: "Say hello in a creative way" },
volt/kabuki/main.ts
10 matches
// @ts-ignore
import { OpenAI } from "https://esm.town/v/std/openai?v=4";
// @ts-ignore
import { Hono } from "npm:hono@4.4.12";
</p>
<p className="text-gray-500 text-xs mt-2">
Using MediaPipe Vision Tasks v0.10.22-rc.20250304OpenAIVal Town
</p>
</div>
*/
app.post("/interpret", async (c) => {
let openai: OpenAI;
try {
// Securely initialize OpenAI with the environment variable.
const apiKey = Deno.env.get("OPENAI_API_KEY");
if (!apiKey) {
throw new Error("OPENAI_API_KEY environment variable is not set.");
}
openai = new OpenAI({ apiKey: apiKey });
} catch (e) {
console.error("Failed to initialize OpenAI:", e.message);
return c.json({ error: "OpenAI API key is not configured." }, 500);
}
}
const completion = await openai.chat.completions.create({
model: "gpt-4o-mini",
messages: [
// @ts-ignore
import { OpenAI } from "https://esm.town/v/std/openai?v=4";
import { Hono } from "npm:hono@4.4.12";
}
const openai = new OpenAI();
const userRequest = buildPromptGenerationRequest(config);
const completion = await openai.chat.completions.create({
model: "gpt-4o",
messages: [
}
const openai = new OpenAI();
// Replace variables in the prompt with actual values
.join("\n");
const completion = await openai.chat.completions.create({
model: "gpt-4o",
messages: [