Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Jan 16, 2025
1 parent 2195f7f commit daf699e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions sdk/assemblyscript/examples/textgeneration/assembly/media.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ export function describeRandomImage(): Media {
// Describe the image using the OpenAI chat model.
const model = models.getModel<OpenAIChatModel>("text-generator");

model.debug = true;

const input = model.createInput([
UserMessage.fromParts([
new TextContentPart("Describe this image."),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import {
export function generateTextWithTools(prompt: string): string {
const model = models.getModel<OpenAIChatModel>("text-generator");

model.debug = true;

const instruction = `
You are a helpful assistant that understands time in various parts of the world.
Answer the user's question as directly as possible. If you need more information, ask for it.
Expand Down

0 comments on commit daf699e

Please sign in to comment.