Revert "feat(config): enable/disable LLM model tools/funcs usage by config" (#5989)

Co-authored-by: tofarr <tofarr@gmail.com>
This commit is contained in:
Robert Brennan
2025-01-02 18:28:07 -05:00
committed by GitHub
parent 50f821f9b9
commit e628615094
5 changed files with 2 additions and 83 deletions

View File

@@ -180,12 +180,6 @@ model = "gpt-4o"
# https://docs.litellm.ai/docs/completion/token_usage
#custom_tokenizer = ""
# Whether to use native tool calling if supported by the model. Can be true, false, or None by default, which chooses the model's default behavior based on the evaluation.
# ATTENTION: Based on evaluation, enabling native function calling may lead to worse results
# in some scenarios. Use with caution and consider testing with your specific use case.
# https://github.com/All-Hands-AI/OpenHands/pull/4711
#native_tool_calling = None
[llm.gpt4o-mini]
api_key = "your-api-key"
model = "gpt-4o"