Better welcome dialog
This commit is contained in:
		
							parent
							
								
									a516db63b3
								
							
						
					
					
						commit
						8158026d96
					
				| @ -64,7 +64,7 @@ | |||||||
|                         <signal name="row-selected" handler="chat_changed"/> |                         <signal name="row-selected" handler="chat_changed"/> | ||||||
|                         <property name="selection-mode">single</property> |                         <property name="selection-mode">single</property> | ||||||
|                         <style> |                         <style> | ||||||
|                           <class name="navigation-sidebar"></class> |                           <class name="navigation-sidebar"/> | ||||||
|                         </style> |                         </style> | ||||||
|                       </object> |                       </object> | ||||||
|                     </child> |                     </child> | ||||||
| @ -220,7 +220,7 @@ | |||||||
|                                         <child> |                                         <child> | ||||||
|                                           <object class="GtkTextView" id="message_text_view"> |                                           <object class="GtkTextView" id="message_text_view"> | ||||||
|                                             <style> |                                             <style> | ||||||
|                                               <class name="message_text_view" /> |                                               <class name="message_text_view"/> | ||||||
|                                             </style> |                                             </style> | ||||||
|                                             <property name="wrap-mode">word</property> |                                             <property name="wrap-mode">word</property> | ||||||
|                                             <property name="margin-start">10</property> |                                             <property name="margin-start">10</property> | ||||||
| @ -469,7 +469,7 @@ | |||||||
|                       <property name="label" translatable="yes">Create</property> |                       <property name="label" translatable="yes">Create</property> | ||||||
|                       <signal name="clicked" handler="create_model_start"/> |                       <signal name="clicked" handler="create_model_start"/> | ||||||
|                       <style> |                       <style> | ||||||
|                         <class name="suggested-action" /> |                         <class name="suggested-action"/> | ||||||
|                       </style> |                       </style> | ||||||
|                     </object> |                     </object> | ||||||
|                   </child> |                   </child> | ||||||
| @ -506,7 +506,7 @@ | |||||||
|                           <child> |                           <child> | ||||||
|                             <object class="AdwActionRow" id="create_model_base"> |                             <object class="AdwActionRow" id="create_model_base"> | ||||||
|                               <property name="title" translatable="yes">Base</property> |                               <property name="title" translatable="yes">Base</property> | ||||||
|                               <property name="subtitle"></property> |                               <property name="subtitle"/> | ||||||
|                               <style> |                               <style> | ||||||
|                                 <class name="property"/> |                                 <class name="property"/> | ||||||
|                               </style> |                               </style> | ||||||
| @ -761,8 +761,8 @@ | |||||||
|               <property name="margin-start">12</property> |               <property name="margin-start">12</property> | ||||||
|               <property name="margin-end">12</property> |               <property name="margin-end">12</property> | ||||||
|               <style> |               <style> | ||||||
|                 <class name="card" /> |                 <class name="card"/> | ||||||
|                 <class name="view" /> |                 <class name="view"/> | ||||||
|               </style> |               </style> | ||||||
|               <child> |               <child> | ||||||
|                 <object class="GtkTextView" id="file_preview_text_view"> |                 <object class="GtkTextView" id="file_preview_text_view"> | ||||||
| @ -872,7 +872,10 @@ | |||||||
|                   <property name="margin-start">12</property> |                   <property name="margin-start">12</property> | ||||||
|                   <property name="margin-end">12</property> |                   <property name="margin-end">12</property> | ||||||
|                   <property name="title" translatable="yes">Featured Models</property> |                   <property name="title" translatable="yes">Featured Models</property> | ||||||
|                   <property name="description" translatable="yes">Alpaca works locally on your device, to start chatting you'll need an AI model, you can either pull models from this list or the 'Manage Models' menu later.</property> |                   <property name="description" translatable="yes">Alpaca works locally on your device, to start chatting you'll need an AI model, you can either pull models from this list or the 'Manage Models' menu later. | ||||||
|  | 
 | ||||||
|  | By downloading any model you accept their license agreement available on the model's website. | ||||||
|  |                   </property> | ||||||
|                   <child> |                   <child> | ||||||
|                     <object class="GtkListBox"> |                     <object class="GtkListBox"> | ||||||
|                       <property name="selection-mode">none</property> |                       <property name="selection-mode">none</property> | ||||||
| @ -883,6 +886,16 @@ | |||||||
|                         <object class="AdwActionRow"> |                         <object class="AdwActionRow"> | ||||||
|                           <property name="title" translatable="no">Llama3</property> |                           <property name="title" translatable="no">Llama3</property> | ||||||
|                           <property name="subtitle" translatable="yes">Built by Meta</property> |                           <property name="subtitle" translatable="yes">Built by Meta</property> | ||||||
|  |                           <child type="suffix"> | ||||||
|  |                             <object class="GtkButton"> | ||||||
|  |                               <signal name="clicked" handler="link_button_handler"/> | ||||||
|  |                               <property name="vexpand">false</property> | ||||||
|  |                               <property name="icon-name">globe-symbolic</property> | ||||||
|  |                               <property name="valign">3</property> | ||||||
|  |                               <property name="name">https://ollama.com/library/llama3</property> | ||||||
|  |                               <property name="tooltip-text">https://ollama.com/library/llama3</property> | ||||||
|  |                             </object> | ||||||
|  |                           </child> | ||||||
|                           <child type="suffix"> |                           <child type="suffix"> | ||||||
|                             <object class="GtkButton"> |                             <object class="GtkButton"> | ||||||
|                               <signal name="clicked" handler="pull_featured_model"/> |                               <signal name="clicked" handler="pull_featured_model"/> | ||||||
| @ -901,6 +914,16 @@ | |||||||
|                         <object class="AdwActionRow"> |                         <object class="AdwActionRow"> | ||||||
|                           <property name="title" translatable="no">Gemma2</property> |                           <property name="title" translatable="no">Gemma2</property> | ||||||
|                           <property name="subtitle" translatable="yes">Built by Google DeepMind</property> |                           <property name="subtitle" translatable="yes">Built by Google DeepMind</property> | ||||||
|  |                           <child type="suffix"> | ||||||
|  |                             <object class="GtkButton"> | ||||||
|  |                               <signal name="clicked" handler="link_button_handler"/> | ||||||
|  |                               <property name="vexpand">false</property> | ||||||
|  |                               <property name="icon-name">globe-symbolic</property> | ||||||
|  |                               <property name="valign">3</property> | ||||||
|  |                               <property name="name">https://ollama.com/library/gemma2</property> | ||||||
|  |                               <property name="tooltip-text">https://ollama.com/library/gemma2</property> | ||||||
|  |                             </object> | ||||||
|  |                           </child> | ||||||
|                           <child type="suffix"> |                           <child type="suffix"> | ||||||
|                             <object class="GtkButton"> |                             <object class="GtkButton"> | ||||||
|                               <signal name="clicked" handler="pull_featured_model"/> |                               <signal name="clicked" handler="pull_featured_model"/> | ||||||
| @ -919,6 +942,16 @@ | |||||||
|                         <object class="AdwActionRow"> |                         <object class="AdwActionRow"> | ||||||
|                           <property name="title" translatable="no">Phi3</property> |                           <property name="title" translatable="no">Phi3</property> | ||||||
|                           <property name="subtitle" translatable="yes">Built by Microsoft</property> |                           <property name="subtitle" translatable="yes">Built by Microsoft</property> | ||||||
|  |                           <child type="suffix"> | ||||||
|  |                             <object class="GtkButton"> | ||||||
|  |                               <signal name="clicked" handler="link_button_handler"/> | ||||||
|  |                               <property name="vexpand">false</property> | ||||||
|  |                               <property name="icon-name">globe-symbolic</property> | ||||||
|  |                               <property name="valign">3</property> | ||||||
|  |                               <property name="name">https://ollama.com/library/phi3</property> | ||||||
|  |                               <property name="tooltip-text">https://ollama.com/library/phi3</property> | ||||||
|  |                             </object> | ||||||
|  |                           </child> | ||||||
|                           <child type="suffix"> |                           <child type="suffix"> | ||||||
|                             <object class="GtkButton"> |                             <object class="GtkButton"> | ||||||
|                               <signal name="clicked" handler="pull_featured_model"/> |                               <signal name="clicked" handler="pull_featured_model"/> | ||||||
| @ -937,6 +970,16 @@ | |||||||
|                         <object class="AdwActionRow"> |                         <object class="AdwActionRow"> | ||||||
|                           <property name="title" translatable="no">Llava</property> |                           <property name="title" translatable="no">Llava</property> | ||||||
|                           <property name="subtitle" translatable="yes">Multimodal AI with image recognition</property> |                           <property name="subtitle" translatable="yes">Multimodal AI with image recognition</property> | ||||||
|  |                           <child type="suffix"> | ||||||
|  |                             <object class="GtkButton"> | ||||||
|  |                               <signal name="clicked" handler="link_button_handler"/> | ||||||
|  |                               <property name="vexpand">false</property> | ||||||
|  |                               <property name="icon-name">globe-symbolic</property> | ||||||
|  |                               <property name="valign">3</property> | ||||||
|  |                               <property name="name">https://ollama.com/library/llava</property> | ||||||
|  |                               <property name="tooltip-text">https://ollama.com/library/llava</property> | ||||||
|  |                             </object> | ||||||
|  |                           </child> | ||||||
|                           <child type="suffix"> |                           <child type="suffix"> | ||||||
|                             <object class="GtkButton"> |                             <object class="GtkButton"> | ||||||
|                               <signal name="clicked" handler="pull_featured_model"/> |                               <signal name="clicked" handler="pull_featured_model"/> | ||||||
| @ -1135,3 +1178,4 @@ | |||||||
|     </child> |     </child> | ||||||
|   </object> |   </object> | ||||||
| </interface> | </interface> | ||||||
|  | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user