Severian commited on
Commit
fe126dd
1 Parent(s): c4fff82

Update llm_handler.py

Browse files
Files changed (1) hide show
  1. llm_handler.py +1 -0
llm_handler.py CHANGED
@@ -8,6 +8,7 @@ import llamanet
8
  local_model_base_url = "http://localhost:11434/v1"
9
  anything_llm_workspace = "<input-workspace-name-here>"
10
 
 
11
  # Create an instance of the OpenAI class
12
  client = OpenAI(api_key="dummy_key", base_url="local_model_base_url")
13
 
 
8
  local_model_base_url = "http://localhost:11434/v1"
9
  anything_llm_workspace = "<input-workspace-name-here>"
10
 
11
+ llamanet.run()
12
  # Create an instance of the OpenAI class
13
  client = OpenAI(api_key="dummy_key", base_url="local_model_base_url")
14