Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Feb 28, 2024
1 parent b430e2f commit e55d64f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/global/commands/g.ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ export async function getAssistant(name: string):Promise<Assistant> {
name: personaData.name,
description: personaData.description,
instructions: `${objectiveTruths}\n${personaData.prompt}`,
// tools: [
// // { type: 'code_interpreter' },
// // { type: 'retrieval' },
// // ...aiFunctions,
// ],
tools: [
// { type: 'code_interpreter' },
// { type: 'retrieval' },
// ...aiFunctions,
],
file_ids: [],
metadata: {},
} as Omit<Assistant, 'id' | 'created_at' | 'object'>;
Expand Down

0 comments on commit e55d64f

Please sign in to comment.