chore: cleanup
made bdi match incoming messages changed llm from test agent to llm agent in config. ref: N25B-207
This commit is contained in:
@@ -21,10 +21,10 @@ uv sync
|
||||
To run a LLM locally download https://lmstudio.ai
|
||||
When installing select developer mode, download a model (it will already suggest one) and run it (see developer window, status: running)
|
||||
|
||||
copy the url at the top right and replace LOCAL_LLM_URL with it + v1/chat/completions.
|
||||
copy the url at the top right and replace local_llm_url with it + v1/chat/completions.
|
||||
This + part might differ based on what model you choose.
|
||||
|
||||
copy the model name in the module loaded and replace LOCAL_LLM_MODEL.
|
||||
copy the model name in the module loaded and replace local_llm_modelL. In settings.
|
||||
|
||||
|
||||
## Running
|
||||
|
||||
Reference in New Issue
Block a user