File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,9 @@ def restore_if_modified(context: Context) -> None:
138138 _stop_proxy (context , "interception_proxy" , "interception_proxy_loop" )
139139
140140 if os .path .exists (_LLAMA_STACK_CONFIG_BACKUP ):
141- print (f"Restoring original Llama Stack config from { _LLAMA_STACK_CONFIG_BACKUP } ..." )
141+ print (
142+ f"Restoring original Llama Stack config from { _LLAMA_STACK_CONFIG_BACKUP } ..."
143+ )
142144 shutil .move (_LLAMA_STACK_CONFIG_BACKUP , _LLAMA_STACK_CONFIG )
143145 restart_container ("llama-stack" )
144146 restart_container ("lightspeed-stack" )
Original file line number Diff line number Diff line change 2121 _write_config ,
2222)
2323
24-
2524_TLS_PROVIDER_BASE : dict [str , Any ] = {
2625 "provider_id" : "tls-openai" ,
2726 "provider_type" : "remote::openai" ,
You can’t perform that action at this time.
0 commit comments