Adil Hafeez
aa1e42068a
fix service name for spans
2025-05-16 17:13:11 -07:00
Adil Hafeez
7feb168a06
remove 9090 and consolite to port 12000 for llm routing
2025-05-16 17:10:37 -07:00
Adil Hafeez
ef65527ff0
remove brightstaff cli
2025-05-16 16:30:45 -07:00
Adil Hafeez
5df7490322
add tests for parse response
2025-05-15 23:02:51 -07:00
Adil Hafeez
908b1f4627
fix format
2025-05-15 22:57:39 -07:00
Adil Hafeez
42225a7b54
fix log statements
2025-05-15 22:46:10 -07:00
Adil Hafeez
ed1af449a5
fix prompt
2025-05-15 14:34:10 -07:00
Adil Hafeez
966588bfef
add tests
2025-05-15 14:20:43 -07:00
Adil Hafeez
37a7eab3c0
fix volumen map
2025-05-15 12:39:29 -07:00
Adil Hafeez
e56bb433e7
add mkdir -p
2025-05-15 12:31:27 -07:00
Adil Hafeez
3970b6ab03
add logs
2025-05-15 12:18:58 -07:00
Adil Hafeez
55d451190f
add more logs
2025-05-15 12:00:09 -07:00
Adil Hafeez
400fa6d77b
add more logs
2025-05-15 11:31:22 -07:00
Adil Hafeez
9931cdcc39
add hurl tests
2025-05-15 10:39:36 -07:00
Adil Hafeez
62c0448be4
add test for preference based routing
2025-05-14 23:23:21 -07:00
Adil Hafeez
07321a1900
fix demo tests
2025-05-14 23:12:56 -07:00
Adil Hafeez
db2060a866
add dockerfile for brightstaff
2025-05-14 17:21:02 -07:00
Adil Hafeez
0e2f53426a
fix rust tests
2025-05-14 17:15:42 -07:00
Adil Hafeez
f60cac27f4
remove dead code
2025-05-14 15:33:09 -07:00
Adil Hafeez
fa2f85573e
more changes
2025-05-14 15:02:18 -07:00
Adil Hafeez
313259d4fa
use archgw-router-model
2025-05-14 11:52:25 -07:00
Adil Hafeez
27e74344e8
update arch_config
2025-05-13 16:59:09 -07:00
Adil Hafeez
7e39d048b4
add more changes
2025-05-13 16:27:47 -07:00
Adil Hafeez
571b35e060
update package
2025-05-13 12:49:29 -07:00
Adil Hafeez
cd3bf3a1e1
fix tests
2025-05-12 14:29:51 -07:00
Adil Hafeez
7da174fc12
rename whitestaff => brightstaff
2025-05-12 13:13:55 -07:00
Adil Hafeez
d74af53972
update readme
2025-05-12 13:11:16 -07:00
Adil Hafeez
85ab948b13
adding more changes
2025-05-12 13:09:22 -07:00
Adil Hafeez
f13fc76a4a
more updates
2025-05-12 12:55:59 -07:00
Adil Hafeez
1d19f0c2f7
initial commit
2025-05-08 14:07:23 -07:00
Adil Hafeez
1f95fac4af
update arch_config sample on readme to match with new format ( #475 )
2025-04-29 12:36:46 -07:00
Salman Paracha
9659b2baf6
updating README based on reddit feedback ( #474 )
...
* updating README based on reddit feedback
* minor edits
---------
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-329.local>
2025-04-27 23:09:29 -07:00
Adil Hafeez
2e346143dd
use separate host port for chat ui and for app_server ( #473 )
...
We were using same port for both chatui and app_server which was causing conflict. This code change updates host port for app_server to 18083 and updates arch_config
2025-04-23 14:05:48 -07:00
Adil Hafeez
9c803f4d69
release 0.2.8 ( #472 )
2025-04-21 17:02:36 -07:00
Adil Hafeez
5fe2444341
use archfc v1.1 on archfc.katanemo.dev ( #471 )
2025-04-21 16:27:17 -07:00
Adil Hafeez
00fb1be8a0
release 0.2.7 ( #469 )
2025-04-16 13:55:24 -07:00
Adil Hafeez
6d6c03a7e8
fix docker hub release tag source image name ( #468 )
2025-04-16 13:08:43 -07:00
Adil Hafeez
3eb438550a
fix source name for docker images ( #467 )
2025-04-16 12:24:17 -07:00
Adil Hafeez
e17d5fb2eb
test docker rel ( #466 )
2025-04-16 12:18:03 -07:00
Adil Hafeez
3cda4d6b69
fix docker hub tag ( #465 )
2025-04-16 11:46:12 -07:00
Adil Hafeez
ceca553399
fix release image ( #464 )
2025-04-16 11:34:45 -07:00
Adil Hafeez
c7c0553427
release 0.2.6 ( #463 )
2025-04-15 14:50:09 -07:00
Shuguang Chen
7d4b261a68
Integrate Arch-Function-Chat ( #449 )
2025-04-15 14:39:12 -07:00
Salman Paracha
f31aa59fac
fixed issue with groq LLMs that require the openai in the /v1/chat/co… ( #460 )
...
* fixed issue with groq LLMs that require the openai in the /v1/chat/completions path. My first change
* updated the GH actions with keys for Groq
* adding missing groq API keys
* add llama-3.2-3b-preview to the model based on addin groq to the demo
---------
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
2025-04-13 14:00:16 -07:00
Mat Sylvia
e7b0de2a72
Tweak readme docs for minor nits ( #461 )
...
Co-authored-by: darkdatter <msylvia@tradestax.io>
2025-04-12 23:52:20 -07:00
Adil Hafeez
4d2d8bd7a1
release 0.2.5 ( #457 )
2025-04-06 01:24:01 -07:00
Joseph D Alchemist
8ba1f71430
remove typo ( #456 )
2025-04-03 11:34:57 -07:00
Ikko Eltociear Ashimine
49e8216061
docs: update llm_provider.rst ( #448 )
...
minor fix
2025-03-28 14:35:55 -07:00
Adil Hafeez
de221525de
Use better logs ( #452 )
2025-03-27 10:40:20 -07:00
Adil Hafeez
76ec5cda68
fix ollama demo ( #450 )
2025-03-26 11:01:32 -07:00