CTran
1953860e8c
Add files via upload
2025-03-20 15:00:03 -07:00
Adil Hafeez
92eba95e45
add additional tests
2025-03-20 12:58:25 -07:00
CTran
53df089f0b
Add files via upload
2025-03-19 23:13:34 -07:00
Adil Hafeez
cafcd98cea
add tests
2025-03-19 17:05:10 -07:00
Salman Paracha
4489b13826
updating more tests for progressive disclosure and context switching
2025-03-19 16:02:45 -07:00
Adil Hafeez
f66cefcfde
more changes
2025-03-18 14:32:25 -07:00
Salman Paracha
01827716d9
updated tests based on fixes to system prompt
2025-03-18 13:49:08 -07:00
CTran
05a2f02131
Add files via upload
2025-03-18 13:48:56 -07:00
Adil Hafeez
e28af2045f
add more changes
2025-03-18 13:32:44 -07:00
Salman Paracha
bbfb44f50c
updated with more context switch tests
2025-03-18 13:12:04 -07:00
Salman Paracha
9184fe6d5b
updated test cases with more complex scenarios
2025-03-18 12:57:05 -07:00
Adil Hafeez
591ea2c2f7
rename a bit more
2025-03-18 12:08:02 -07:00
Adil Hafeez
bf7c500bc3
add response
2025-03-18 12:00:03 -07:00
Adil Hafeez
61ca16068b
rename
2025-03-18 11:57:41 -07:00
Adil Hafeez
5163019a1d
add more tests
2025-03-18 11:55:21 -07:00
Salman Paracha
24f75f5d98
updating model tests salman
2025-03-18 11:15:28 -07:00
CTran
be6d4cbec9
Add files via upload
2025-03-18 10:43:35 -07:00
Adil Hafeez
8322eade4c
push rest/hurl changes
2025-03-18 10:27:43 -07:00
Salman Paracha
0c6581106a
updating test tonight
2025-03-17 22:57:52 -07:00
CTran
060ab3826e
Add files via upload
2025-03-17 16:34:07 -07:00
Shuguang Chen
2012f6ea46
Create generate_random_system_prompt.py
2025-03-17 15:34:53 -07:00
Adil Hafeez
3164d49455
adding python files
2025-03-17 15:27:47 -07:00
Salman Paracha
04bf4040be
first commit
2025-03-17 15:17:22 -07:00
Adil Hafeez
ab4d029aae
rename
2025-03-17 15:09:08 -07:00
Adil Hafeez
28f1ceb027
add .rest files
2025-03-17 15:07:20 -07:00
Adil Hafeez
d2cb1427fb
add hurl tests for currency exchange demo ( #435 )
2025-03-17 14:21:41 -07:00
Shuguang Chen
e77fc47225
Handle intent matching better in arch gateway ( #391 )
2025-03-04 12:49:13 -08:00
Adil Hafeez
e40b13be05
Update arch_config and add tests for arch config file ( #407 )
2025-02-14 19:28:10 -08:00
CTran
e7b370cd2f
fix error in function name + new thresholds ( #406 )
...
* fix error in function name + new thresholds
* fix
* fix
* remove example
* remove example
2025-02-14 09:57:39 -08:00
Adil Hafeez
4ec03af16e
use archfc hosted on aws ( #409 )
2025-02-13 11:03:34 -08:00
Salman Paracha
b3c95a6698
refactor demos ( #398 )
2025-02-07 18:45:42 -08:00
Adil Hafeez
2c67fa3bc0
Fix llm_routing provider element ( #382 )
...
* Fix llm_routing provider element
We replaced provider with provider_interface to make it more clear to developers about provider api/backend being used. During that upgrade we removed support for mistral in provider to encourage developers to start using provider_interface. But this demo was not updated to use provider_interface as it was using mistral. This code change fixes it by replacing provider with provider_interface.
Signed-off-by: Adil Hafeez <adil.hafeez@gmail.com>
* fix the path
* move
* add more details
* fix
* Apply suggestions from code review
* fix
* fix
---------
Signed-off-by: Adil Hafeez <adil.hafeez@gmail.com>
2025-01-24 16:34:11 -08:00
Adil Hafeez
3fc21de60c
Send per prompt target system prompt ( #368 )
...
* update prompt target name after arch_fc has identified tool
* add test for currency exchange
2025-01-16 15:11:37 -08:00
Shuguang Chen
88a02dc478
Some fixes on model server ( #362 )
...
* Some fixes on model server
* Remove prompt_prefilling message
* Fix logging
* Fix poetry issues
* Improve logging and update the support for text truncation
* Fix tests
* Fix tests
* Fix tests
* Fix modelserver tests
* Update modelserver tests
2025-01-10 16:45:36 -08:00
Shuguang Chen
ba7279becb
Use intent model from archfc to pick prompt gateway ( #328 )
2024-12-20 13:25:01 -08:00