Bara ändrat någon kommentar
This commit is contained in:
@@ -73,7 +73,7 @@ def configure():
|
||||
logger.debug(f"Backend API endpoint is set to {global_state.get_backend_api_ep()}")
|
||||
|
||||
####################################
|
||||
# Extract Ollama parameters (url, api_key, model)
|
||||
# Extract models (server url, api_key, model, et cetera)
|
||||
####################################
|
||||
if isinstance(updated_config.get('ollama'), dict): # Look for 'ollama' key
|
||||
if isinstance(updated_config['ollama'].get('model'), str): # Look for 'model' key
|
||||
|
||||
Reference in New Issue
Block a user