chore: setup docker, gitea actions pipeline and docs
Some checks failed
Build and Deploy / build-and-push (push) Failing after 3m18s
Some checks failed
Build and Deploy / build-and-push (push) Failing after 3m18s
This commit is contained in:
@@ -20,6 +20,10 @@ interface Message {
|
||||
}
|
||||
|
||||
export const AIChatAssistant: React.FC<AIChatAssistantProps> = ({ userName, contextData }) => {
|
||||
if (!process.env.API_KEY) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const [isOpen, setIsOpen] = useState(false);
|
||||
const [isTyping, setIsTyping] = useState(false);
|
||||
const [inputValue, setInputValue] = useState('');
|
||||
|
||||
Reference in New Issue
Block a user