mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Begin refactoring model providers to be less anti-pattern
This commit is contained in:
@@ -254,7 +254,7 @@
|
||||
<div class="tool-drawer-mask"></div>
|
||||
<div class="tool-drawer">
|
||||
<div class="button-pack">
|
||||
{#if message.finish_reason === 'length'}
|
||||
{#if message.finish_reason === 'length' || message.finish_reason === 'abort'}
|
||||
<a
|
||||
href={'#'}
|
||||
title="Continue "
|
||||
|
||||
Reference in New Issue
Block a user