fix(config): update OLLAMA_API_BASE_URL for local network
Updated the base URL to align with the current local network setup. This ensures proper connectivity and functionality within the specified environment.
This commit is contained in:
		
							parent
							
								
									9b5445ed07
								
							
						
					
					
						commit
						27d5373e2d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -8,7 +8,7 @@ | ||||||
|       ANONYMIZED_TELEMETRY = "False"; |       ANONYMIZED_TELEMETRY = "False"; | ||||||
|       DO_NOT_TRACK = "True"; |       DO_NOT_TRACK = "True"; | ||||||
|       SCARF_NO_ANALYTICS = "True"; |       SCARF_NO_ANALYTICS = "True"; | ||||||
|       OLLAMA_API_BASE_URL = "http://m4.local:11434"; |       OLLAMA_API_BASE_URL = "http://m4.fritz.box:11434"; | ||||||
|       # Disable authentication |       # Disable authentication | ||||||
|       WEBUI_AUTH = "False"; |       WEBUI_AUTH = "False"; | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue