Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
marknguyen1302 committed Aug 25, 2024
1 parent bb15b72 commit c0e5f27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/hooks/useActiveModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export function useActiveModel() {
model.settings['flash_attn'] = false
}
localStorage.setItem(LAST_USED_MODEL_ID, model.id)
console.log(model.engine)
const engineName = model.engine
const engine = EngineManager.instance().get(engineName)
return engine
Expand Down

0 comments on commit c0e5f27

Please sign in to comment.