Skip to content

Commit

Permalink
UI update
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamazzasette committed Nov 14, 2024
1 parent 92c1209 commit 93d96e4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/features/auth-page/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const LogIn: FC<LoginProps> = (props) => {
<Avatar className="h-36 w-30">
<AvatarImage src={theme === 'dark' ? "/Logo-COMAU-white.png" : "/ai-icon.png"} />
</Avatar>
<span className={theme === 'dark' ? "text-white" : "text-blue"}>AIKO - AI for Comau</span>
<span className={theme === 'dark' ? "text-white" : "text-blue"}>AICO - AI for Comau</span>
</CardTitle>
{/* <CardDescription className="text-center text-sm">
Welcome to Comau Generalist AI platform
Expand Down
2 changes: 1 addition & 1 deletion src/features/chat-page/chat-header/chat-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const ChatHeader: FC<Props> = (props) => {
{/* Riga vuota <div style={{ height: '5px' }}></div>*/}
<span style={{ fontWeight: 'bold', fontSize: '30px' }}>
{/* <VenetianMask size={18} /> */}
{persona} (AI for Comau)
{persona} - AI for Comau
</span>
<div style={{ height: '10px' }}></div>
<span className="flex flex-col" style={{ fontSize: '15px'}}>Current Chat: {props.chatThread.name}</span>
Expand Down
4 changes: 2 additions & 2 deletions src/features/theme/theme-config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const AI_NAME = "AIKO";
export const AI_DESCRIPTION = "Hey, I'm AIKO (Artificial Intelligence for Comau), your super assistant.";
export const AI_NAME = "AICO";
export const AI_DESCRIPTION = "Hey, I'm AICO (Artificial Intelligence for Comau), your super assistant.";
export const CHAT_DEFAULT_PERSONA = AI_NAME;

export const CHAT_DEFAULT_SYSTEM_PROMPT = `Your name is ${AI_NAME}. You are a friendly AI assistant. You must always return in markdown format.
Expand Down
Binary file modified src/public/aico-blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/aico-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/iloveimg-resized.zip
Binary file not shown.

0 comments on commit 93d96e4

Please sign in to comment.