slekkala1
|
455579a88e
|
fix: Remove deprecated user param in OpenAIResponseObject (#3596)
# What does this PR do?
Just removing the deprecated User param in `OpenAIResponseObject`
Closing https://github.com/llamastack/llama-stack/issues/3482
## Test Plan
CI
|
2025-09-29 13:55:59 -07:00 |
|
Francisco Arceo
|
e69acbafbf
|
feat(UI): Adding linter and prettier for UI (#3156)
|
2025-08-14 15:58:43 -06:00 |
|
ehhuang
|
daf660c4ea
|
feat(auth,ui): support github sign-in in the UI (#2545)
# What does this PR do?
Uses NextAuth to add github sign in support.
## Test Plan
Start server with auth configured as in
https://github.com/meta-llama/llama-stack/pull/2509
https://github.com/user-attachments/assets/61ff7442-f601-4b39-8686-5d0afb3b45ac
|
2025-07-08 11:02:57 -07:00 |
|
ehhuang
|
56e5ddb39f
|
feat(ui): add views for Responses (#2293)
# What does this PR do?
* Add responses list and detail views
* Refactored components to be shared as much as possible between chat
completions and responses
## Test Plan
<img width="2014" alt="image"
src="https://github.com/user-attachments/assets/6dee12ea-8876-4351-a6eb-2338058466ef"
/>
<img width="2021" alt="image"
src="https://github.com/user-attachments/assets/6c7c71b8-25b7-4199-9c57-6960be5580c8"
/>
added tests
|
2025-05-28 09:51:22 -07:00 |
|