Remove unused function parameters in LLM class and add notes for tool selection implementation

main
Lasse Server 2 months ago
parent 6c6be0798e
commit 1170c95f22
  1. 2
      _llm/llm.py
  2. 2
      _llm/notes.md

@ -487,8 +487,6 @@ class LLM:
tools=tools,
extra_body=options["extra_body"],
max_tokens=options["max_tokens"],
functions=None,
function_call=None
)
except Exception as e:
import traceback

@ -0,0 +1,2 @@
Implementera den här för att välja verktyg? https://vllm-semantic-router.com
Loading…
Cancel
Save