-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7bf9836
commit 3a40852
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## v0.1.0 (2024-11-15) | ||
|
||
### Feat | ||
|
||
- implement pipeline steering logic (#5) | ||
- dynamic pipeline routing (#4) | ||
- azure openai provider (#3) | ||
- initial completions and embeddings routes with openai and anthropic providers (#1) | ||
|
||
### Fix | ||
|
||
- dockerfile and release pipeline (#2) | ||
- make anthropic work (#8) | ||
- cleanups; lint warnings fail CI (#9) | ||
- missing model name in response; 404 for model not found (#6) |