Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Oct 7, 2024
1 parent af0e216 commit e032c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/minimal_assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineAgent({
console.log('starting assistant example agent');

let model: openai.realtime.RealtimeModel;

if (process.env.AZURE_OPENAI_ENDPOINT) {
model = openai.realtime.RealtimeModel.withAzure({
baseURL: process.env.AZURE_OPENAI_ENDPOINT,
Expand Down

0 comments on commit e032c73

Please sign in to comment.