Commit graph

395 commits

Author SHA1 Message Date
co tran
1b39ee3dd8 fix bugs when no logprob for prefill and bug in function calling loop when it always no tool call 2025-04-01 20:18:56 +00:00
co tran
a3ab6be51c modify hallucination threshold and temperature 2025-04-01 17:36:54 +00:00
Adil Hafeez
f2323f771c
update response from upstream llm to now include it in dict with "response" 2025-03-31 18:42:46 -07:00
co tran
5bd991e97b fix precommit 2025-04-01 01:28:18 +00:00
co tran
b7916ce192 clean code + remove cmts 2025-04-01 01:19:29 +00:00
co tran
81c7bfff84 fix test 2025-04-01 01:18:28 +00:00
co tran
6e5cb5d485 fix test 2025-04-01 01:18:15 +00:00
co tran
a61a2a1d70 remove test until more evaluation on example 2025-04-01 00:12:03 +00:00
co tran
610843d98d remove test until more evaluation on example 2025-04-01 00:03:14 +00:00
co tran
7c6ddc9396 remove test until more evaluation on example 2025-03-31 23:41:11 +00:00
co tran
ddf5f23973 remove test until more evaluation on example 2025-03-31 23:14:10 +00:00
Shuguang Chen
6ec4c14407 Fix prompt prefilling 2025-03-31 15:08:38 -07:00
co tran
afe7cc9e9e fix bug and test 2025-03-31 21:50:05 +00:00
co tran
cc0845bce4 fix hallucination loop 2025-03-31 21:08:47 +00:00
co tran
c62f763070 fix merge 2025-03-31 17:50:40 +00:00
Shuguang Chen
f035d166c8 Fix hallucination check 2025-03-28 16:30:03 -07:00
Shuguang Chen
425f9b0dd5 Update model usage 2025-03-28 15:10:51 -07:00
Adil Hafeez
8290d1969f
use public endpoint for arch v1.1 2025-03-28 12:38:44 -07:00
CTran
a3f2b3cef9
add hallucination modification (#455)
* add hallucination modification

* disable test
2025-03-28 09:49:20 -07:00
Adil Hafeez
e48918259e
fix tests 2025-03-28 03:58:57 -07:00
Adil Hafeez
e2edeedf55
fix rust tests 2025-03-28 03:47:09 -07:00
Adil Hafeez
066182391f
fix tests 2025-03-28 03:34:34 -07:00
Adil Hafeez
b31a7a569a
update rest and other parts of the code to work with arch fc 1.1 2025-03-28 03:04:21 -07:00
co tran
1f9e147999 add hallucination modification 2025-03-28 07:04:38 +00:00
Adil Hafeez
e5949c584f
Merge branch 'main' into integrate-Arch-Function-v1.1 2025-03-27 10:43:45 -07:00
Adil Hafeez
2e3c8fc5f6
Use better logs (#452) 2025-03-27 10:43:42 -07:00
Adil Hafeez
97f58bef86
fix ollama demo (#450) 2025-03-27 10:43:42 -07:00
Adil Hafeez
de221525de
Use better logs (#452) 2025-03-27 10:40:20 -07:00
Shuguang Chen
8335f0c3de minor update 2025-03-27 10:26:47 -07:00
Adil Hafeez
76ec5cda68
fix ollama demo (#450) 2025-03-26 11:01:32 -07:00
Shuguang Chen
820c0443ee disable hallucination check 2025-03-24 17:07:07 -07:00
Shuguang Chen
cf30e94415 Init update 2025-03-24 16:53:10 -07:00
Adil Hafeez
9f59943041
update code to use 0.2.4 release (#446)
* update code to use 0.2.4 release

* update lock file
2025-03-21 16:08:59 -07:00
Adil Hafeez
eb48f3d5bb
use passed in model name in chat completion request (#445) 2025-03-21 15:56:17 -07:00
Salman Paracha
bd8004d1ae
updated docs to reflect agent routing and hand off (#443)
* updated docs to reflect agent routing and hand off

* updated prompt targets based on review

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
2025-03-20 13:57:33 -07:00
Adil Hafeez
84cd1df7bf
add preliminary support for llm agents (#432) 2025-03-19 15:21:34 -07:00
Salman Paracha
8d66fefded
Update README.md (#439)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2025-03-19 14:19:49 -07:00
Salman Paracha
85c8299a2b
Update README.md (#438)
fixed typo
2025-03-19 13:45:35 -07:00
Salman Paracha
852ecf73f2 fixing typos 2025-03-18 22:37:24 -07:00
Salman Paracha
c43513caff
updating README to better describe the problems we are solving (#437)
* updating README to better describe the problems we are solving
* fixing formatting issues

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
2025-03-18 22:34:42 -07:00
Adil Hafeez
d2cb1427fb
add hurl tests for currency exchange demo (#435) 2025-03-17 14:21:41 -07:00
Salman Paracha
6072d6ef30
updating the docs to improve usage guide for prompt_targets and function calling (#434)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
2025-03-17 14:07:06 -07:00
Adil Hafeez
5526314b3c
fix ollama demo - add egress endpoint for llm routing (#433) 2025-03-17 11:50:14 -07:00
Salman Paracha
ffb8566c36
updating the network agent to work agin (#425)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
2025-03-08 14:29:11 -08:00
Adil Hafeez
e8dc7f18d3
start using base_url in place of endpoint (#430) 2025-03-05 17:20:04 -08:00
Adil Hafeez
ed3845040e
add demo for deepseek (#426) 2025-03-05 14:08:06 -08:00
Pat Thibodeau
2d357ddd5e
Update discord server invite url (#428) 2025-03-05 13:21:35 -08:00
Adil Hafeez
d8b833fe69
release 0.2.3 (#423) 2025-03-04 14:30:44 -08:00
Adil Hafeez
09c9d3706e
publish docker release images (#422)
* add release docker publish

* more testing

* fix more
2025-03-04 14:16:03 -08:00
Salman Paracha
2e2680c98c
Salanap/java debug ai (#416)
* stashing changes on my local branch

* updated the java demo with debug points and jaeger tracing

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
2025-03-04 12:49:34 -08:00