You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO use a shared constant when frontend and backend are merged
exportclassCodeSearchComponent{classroom: ClassroomInfo;// TODO use a shared constant when frontend and backend are mergedembeddingModels=[{id: 'text-embedding-3-small',label: 'Cheapest',labelBg: 'success'},{id: 'text-embedding-3-large',label: 'Most accurate',labelBg: 'primary'},{id: 'text-embedding-ada-002',label: 'Legacy',labelBg: 'secondary'},]asconst;constructor(readonlycontext: AssignmentContext,){this.classroom=this.context.assignment.classroom||={};this.classroom.openaiConsent??=true;this.classroom.openaiModel??='text-embedding-ada-002';}}
The text was updated successfully, but these errors were encountered:
fulib.org/frontend/src/app/assignment/modules/edit-assignment/code-search/code-search.component.ts
Line 13 in 5cfe28f
The text was updated successfully, but these errors were encountered: