Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit daf699e

Browse files
.
1 parent 2195f7f commit daf699e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

sdk/assemblyscript/examples/textgeneration/assembly/media.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ export function describeRandomImage(): Media {
112112
// Describe the image using the OpenAI chat model.
113113
const model = models.getModel<OpenAIChatModel>("text-generator");
114114

115-
model.debug = true;
116-
117115
const input = model.createInput([
118116
UserMessage.fromParts([
119117
new TextContentPart("Describe this image."),

sdk/assemblyscript/examples/textgeneration/assembly/toolcalling.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ import {
2424
export function generateTextWithTools(prompt: string): string {
2525
const model = models.getModel<OpenAIChatModel>("text-generator");
2626

27-
model.debug = true;
28-
2927
const instruction = `
3028
You are a helpful assistant that understands time in various parts of the world.
3129
Answer the user's question as directly as possible. If you need more information, ask for it.

0 commit comments

Comments
 (0)