mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-23 11:17:02 +00:00
Hardcode url for together ai as fallback if not set in env
This commit is contained in:
parent
e5d52de5a5
commit
5a66a830e3
@ -255,7 +255,6 @@ export const BaseChat = React.forwardRef<HTMLDivElement, BaseChatProps>(
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
<div className={isModelSettingsCollapsed ? 'hidden' : ''}>
|
||||
<ModelSelector
|
||||
key={provider?.name + ':' + modelList.length}
|
||||
|
Loading…
Reference in New Issue
Block a user