Engel Nyst
|
89c7bf59a7
|
Fix first user message (#6471)
|
2025-01-27 22:09:03 +01:00 |
|
Engel Nyst
|
89963e93d8
|
Re-add reasoning effort (#6371)
|
2025-01-21 04:22:48 +01:00 |
|
Calvin Smith
|
a12087243a
|
Pydantic-based configuration and setting objects (#6321)
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
Co-authored-by: Graham Neubig <neubig@gmail.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2025-01-17 12:33:22 -07:00 |
|
Xingyao Wang
|
e211647eba
|
fix: llm-proxy response_cost being 0 (#6293)
|
2025-01-16 15:33:22 +00:00 |
|
Alejandro Cuadron Lafuente
|
8579710c82
|
[Fix] Restored FC default for GPT-4o (#6311)
|
2025-01-16 15:27:57 +00:00 |
|
Alejandro Cuadron Lafuente
|
578291e961
|
Enabled native function calling for O1 + added support for reasoning_effort config in the config. (#6256)
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2025-01-16 14:53:11 +00:00 |
|
Robert Brennan
|
4da812c781
|
Better handling of stack traces and exc_info (#6253)
|
2025-01-14 10:22:39 -05:00 |
|
tofarr
|
23473070b9
|
Revert "Config objects as Pydantic BaseModels (#6176)" (#6214)
|
2025-01-13 07:36:25 -07:00 |
|
Calvin Smith
|
873dddb4e8
|
Config objects as Pydantic BaseModels (#6176)
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
Co-authored-by: Graham Neubig <neubig@gmail.com>
|
2025-01-12 15:09:45 -05:00 |
|
Engel Nyst
|
3d2138d9ce
|
Command line args fixes (#5990)
|
2025-01-05 02:58:26 +00:00 |
|
Xingyao Wang
|
aaff3dd075
|
fix(llm): cost metrics calculation for unsupport litellm prefix (#6022)
|
2025-01-04 18:09:13 +00:00 |
|
Engel Nyst
|
c567c11267
|
Enable/disable function calling by user configuration (#5992)
Co-authored-by: co <yc5@tju.edu.cn>
Co-authored-by: Cheng Yang <93481273+young010101@users.noreply.github.com>
|
2025-01-03 01:40:49 +01:00 |
|
Robert Brennan
|
e628615094
|
Revert "feat(config): enable/disable LLM model tools/funcs usage by config" (#5989)
Co-authored-by: tofarr <tofarr@gmail.com>
|
2025-01-03 00:28:07 +01:00 |
|
Cheng Yang
|
8d627e52cb
|
feat(config): enable/disable LLM model tools/funcs usage by config (#5576)
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2025-01-02 21:20:37 +00:00 |
|
Engel Nyst
|
a2e9e206e8
|
Reset a failed tool call (#5666)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2024-12-31 21:21:32 +01:00 |
|
Cheng Yang
|
c7a8dcf079
|
chore(log): better json parse (#5581)
|
2024-12-31 00:04:21 +08:00 |
|
Boxuan Li
|
95f7a6a4dc
|
fn_call_converter: Fix newline in in-context learning prompt (#5903)
|
2024-12-29 13:20:05 -08:00 |
|
Xingyao Wang
|
a021045dce
|
fix(#5818): Force to use string serializer for deepseek function calling (#5824)
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2024-12-26 20:45:39 +00:00 |
|
Engel Nyst
|
4a8bf3d2d0
|
Fix not initialized response latencies (#5679)
|
2024-12-22 16:31:05 -05:00 |
|
Calvin Smith
|
8488dd2a03
|
fix: Gracefully handling negative response latencies (#5660)
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
|
2024-12-18 01:43:41 +01:00 |
|
Engel Nyst
|
3297e4d5a8
|
Use litellm's modify params (#5636)
|
2024-12-17 21:32:49 +01:00 |
|
Engel Nyst
|
b295f5775c
|
Revert "Fix issue #5609: Use litellm's modify_params with default True" (#5631)
|
2024-12-16 20:39:57 +00:00 |
|
OpenHands
|
09735c7869
|
Fix issue #5609: Use litellm's modify_params with default True (#5611)
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2024-12-16 20:18:45 +01:00 |
|
Engel Nyst
|
590ebb6e47
|
Small fix and addition for token counting (#5550)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2024-12-15 15:12:05 +01:00 |
|
Calvin Smith
|
7ef6fa666d
|
feat(eval): Response Latency Tracking (#5588)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
|
2024-12-13 22:51:13 +01:00 |
|
Engel Nyst
|
425ccb0fbb
|
Clean up empty content fix (revert #4935) (#5539)
|
2024-12-12 02:48:06 +00:00 |
|
OpenHands
|
794408cd31
|
Fix issue #5383: [Bug]: LLM Cost is added to the metrics twice (#5396)
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2024-12-04 21:32:08 +01:00 |
|
Xingyao Wang
|
990f277132
|
misc: Support folder-level exp analysis for SWE-Bench summarize_outputs.py; Handle CrashLoopBackoff for RemoteRuntime (#5385)
|
2024-12-03 15:37:21 +00:00 |
|
Robert Brennan
|
3ac57a61a7
|
fix issue where message is none (#5307)
|
2024-11-28 02:02:52 +01:00 |
|
Ryan H. Tran
|
9fab9ae8a6
|
Add fn call in response debug logging (#5301)
|
2024-11-27 20:29:35 +01:00 |
|
OpenHands
|
6184b9d7f4
|
Fix issue #4820: [Bug]: litellm doesn't support function calling model from OpenRouter. bug cause codeactagent couldn't interact with internet solely without ask browser agent for help (#4822)
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev>
|
2024-11-25 16:26:27 +00:00 |
|
niliy01
|
68d1e76ccd
|
fix: remove repeated completion assignment in llm.py (#5167)
|
2024-11-22 01:55:26 +01:00 |
|
Engel Nyst
|
d08886f30e
|
Fix non-function calls messages (#5026)
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev>
|
2024-11-21 18:18:49 +00:00 |
|
Cheng Yang
|
68e52a9c62
|
feat: add return type hints to LLM class methods (#5173)
|
2024-11-21 14:00:46 +01:00 |
|
young010101
|
746722e1b5
|
style: remove extra newline in LLM wrapper function (#5149)
|
2024-11-20 22:41:51 -05:00 |
|
Xingyao Wang
|
5b3db1bd33
|
feat: make add_in_context_learning_example configurable in fn call converter (#5018)
|
2024-11-15 23:05:05 +08:00 |
|
Xingyao Wang
|
07f0d1ccb3
|
feat(llm): convert function call request for non-funcall OSS model (#4711)
Co-authored-by: Calvin Smith <email@cjsmith.io>
|
2024-11-15 00:40:09 +08:00 |
|
Robert Brennan
|
f55ddbed0e
|
fix docker leak (#4970)
|
2024-11-14 00:23:07 +08:00 |
|
Xingyao Wang
|
910b283ac2
|
fix(llm): bedrock throw errors if content contains empty string (#4935)
|
2024-11-12 15:53:22 +00:00 |
|
Xingyao Wang
|
4405b109e3
|
Fix issue #4809: [Bug]: Model does not support image upload when usin… (#4810)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2024-11-07 02:28:16 +00:00 |
|
Xingyao Wang
|
24117143ae
|
feat(llm): add new haiku into func calling support model (#4738)
|
2024-11-04 22:38:00 +00:00 |
|
Robert Brennan
|
250fcbe62c
|
Various async fixes (#4722)
|
2024-11-04 10:08:09 -05:00 |
|
Xingyao Wang
|
1747b3d6b2
|
fix: prompt caching (#4704)
|
2024-11-02 07:21:21 -04:00 |
|
Engel Nyst
|
bde978cf0f
|
Fix Openrouter (#4641)
|
2024-10-30 18:31:24 +00:00 |
|
Xingyao Wang
|
2587220b12
|
fix(llm): fallback when model is out of function calling supported list (#4617)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2024-10-31 01:54:50 +08:00 |
|
OpenHands
|
866ba6e3b2
|
Fix issue #4629: [Bug]: Replace claude-3-5-sonnet-20240620 with claude-3-5-sonnet-20241022 (#4631)
Co-authored-by: Graham Neubig <neubig@gmail.com>
|
2024-10-30 17:16:04 +00:00 |
|
Robert Brennan
|
572b3ad682
|
safer model info access (#4619)
|
2024-10-29 17:44:51 -04:00 |
|
Robert Brennan
|
30eeaa641c
|
Major logging overhaul (#4563)
|
2024-10-29 07:30:50 +01:00 |
|
Xingyao Wang
|
ae13171194
|
feat(agent): CodeAct with function calling (#4537)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: tobitege <10787084+tobitege@users.noreply.github.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: tofarr <tofarr@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-29 11:06:33 +08:00 |
|
Xingyao Wang
|
7340b78962
|
feat(eval): rewrite log_completions to save completions to directory (#4566)
|
2024-10-25 16:36:11 +00:00 |
|