llama-gpt/components/Chat
Rudolf Olah c1b7b0e070
Feature: add link to openai account usage (#319)
* Update ModelSelect.tsx to include link to account usage

It would be helpful to be able to click a link to see the account usage and billing, and the model selection is related to the pricing.

* updated styling and added icon for external link

* fixed missing import
2023-03-30 20:10:11 -06:00
..
Chat.tsx fix: small ui issue (#311) 2023-03-30 13:31:57 -06:00
ChatInput.tsx feat: add DEFAULT_MODEL environment variable (#280) 2023-03-28 21:10:47 -06:00
ChatLoader.tsx feat: add in prettier and format code for consistency (#168) 2023-03-25 23:13:18 -06:00
ChatMessage.tsx fix: resolve Enter event conflict during CJK IME (#253) 2023-03-28 02:46:16 -06:00
ErrorMessageDiv.tsx Prompts (#229) 2023-03-27 09:38:56 -06:00
ModelSelect.tsx Feature: add link to openai account usage (#319) 2023-03-30 20:10:11 -06:00
PromptList.tsx make all chat area components tabbable (accessibility) (#246) 2023-03-28 02:35:57 -06:00
Regenerate.tsx make all chat area components tabbable (accessibility) (#246) 2023-03-28 02:35:57 -06:00
SystemPrompt.tsx feat: add DEFAULT_MODEL environment variable (#280) 2023-03-28 21:10:47 -06:00
VariableModal.tsx Prompts (#229) 2023-03-27 09:38:56 -06:00