Skip to content

Commit 148b57b

Browse files
authored
fix(playground): use providers instead of API Keys (#1244)
1 parent 97053e3 commit 148b57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderer/src/features/chat/components/chat-interface.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export function ChatInterface() {
243243
onClick={() => setIsSettingsOpen(true)}
244244
className="mt-6"
245245
>
246-
<Plus /> Configure your API Keys
246+
<Plus /> Configure your providers
247247
</Button>
248248
</>
249249
)}

0 commit comments

Comments
 (0)