Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Commit 
							
							·
						
						2f5cdac
	
1
								Parent(s):
							
							796c5dd
								
Update components/Chat/Chat.tsx
Browse files- components/Chat/Chat.tsx +0 -2
    	
        components/Chat/Chat.tsx
    CHANGED
    
    | @@ -440,8 +440,6 @@ export const Chat = memo(({ stopConversationRef }: Props) => { | |
| 440 | 
             
                        ) : (
         | 
| 441 | 
             
                          <>
         | 
| 442 | 
             
                            <div className="sticky top-0 z-10 flex justify-center border border-b-neutral-300 bg-neutral-100 py-2 text-sm text-neutral-500 dark:border-none dark:bg-[#444654] dark:text-neutral-200">
         | 
| 443 | 
            -
                              {t('Model')}: {selectedConversation?.model.name} | {t('Temp')}
         | 
| 444 | 
            -
                              : {selectedConversation?.temperature} |
         | 
| 445 | 
             
                              <button
         | 
| 446 | 
             
                                className="ml-2 cursor-pointer hover:opacity-50"
         | 
| 447 | 
             
                                onClick={handleSettings}
         | 
|  | |
| 440 | 
             
                        ) : (
         | 
| 441 | 
             
                          <>
         | 
| 442 | 
             
                            <div className="sticky top-0 z-10 flex justify-center border border-b-neutral-300 bg-neutral-100 py-2 text-sm text-neutral-500 dark:border-none dark:bg-[#444654] dark:text-neutral-200">
         | 
|  | |
|  | |
| 443 | 
             
                              <button
         | 
| 444 | 
             
                                className="ml-2 cursor-pointer hover:opacity-50"
         | 
| 445 | 
             
                                onClick={handleSettings}
         | 
