Skip to content

Conversation

@itskylechung
Copy link

What kind of change does this PR introduce?

eg: Bug fix, feature, docs update, ...

Why was this change needed?

Please link to related issues when possible, and explain WHY you changed things, not WHAT you changed.

Other information:

eg: Did you discuss this change with anybody before working on it (not required, but can be a good idea for bigger changes). Any plans for the future, etc?

Checklist:

Put a "X" in the boxes below to indicate you have followed the checklist;

  • I have read the CONTRIBUTING guide.
  • I checked that there were not similar issues or PRs already open for this.
  • This PR fixes just ONE issue (do not include multiple issues or types of change in the same PR) For example, don't try and fix a UI issue and include new dependencies in the same PR.

@vercel
Copy link

vercel bot commented Jan 14, 2026

@itskylechung is attempting to deploy a commit to the Listinai Team on Vercel.

A member of the Team first needs to authorize it.

apiKey: process.env.OPENAI_API_KEY || 'sk-proj-',
model: 'gpt-4.1',
temperature: 0.7,
...(process.env.OPENAI_BASE_URL && { baseURL: process.env.OPENAI_BASE_URL }),

This comment was marked as outdated.

const dalle = new DallEAPIWrapper({
apiKey: process.env.OPENAI_API_KEY || 'sk-proj-',
model: 'dall-e-3',
...(process.env.OPENAI_BASE_URL && { baseURL: process.env.OPENAI_BASE_URL }),

This comment was marked as outdated.

runtime: new CopilotRuntime(),
serviceAdapter: new OpenAIAdapter({
model: 'gpt-4.1',
...(process.env.OPENAI_BASE_URL && { baseURL: process.env.OPENAI_BASE_URL }),

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant