-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adapt to azure url pattern and do not cache for non-200 response
Signed-off-by: oilbeater <[email protected]>
- Loading branch information
Showing
3 changed files
with
41 additions
and
5 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ It is fully **CloudFlare Native**: allowing for global scale deployment without | |
|
||
It is written in **TypeScript**: ensuring adaptability to the rapidly evolving AI ecosystem and catering to the diverse needs of application developers. | ||
|
||
> Malacca is still an early-stage project, containing many experiments by the author. Currently, it only supports AzureOpenAI. We welcome contributions and ideas from the community to help expand and improve this project. | ||
## Features | ||
|
||
- 🌍 **Global Scale, Zero Maintenance** | ||
|
@@ -70,6 +72,8 @@ Malacca offers a flexible architecture, allowing users to: | |
- Extend or modify existing features. | ||
- Integrate additional upstream AI API services. | ||
|
||
You can just clone and modify the code then `wrangler deploy` to deploy your code globally. | ||
|
||
## Contact | ||
|
||
If you have any questions or suggestions, feel free to reach out via email at [[email protected]](mailto:[email protected]). |
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