Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1
Simple backend proxy API to handle requests between your macOS SwiftUI app and the Mistral AI API (or another third-party AI API)
License
SucceedAI/ai-proxy-server
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
SucceedAI API is a proxy backend API that securely handles requests between a client app and AI 3rd-party provider APIs (such as OpenAI, MistralAI, and Anthropic's Claude).
At the moment, it includes the following AI APIs 🚀
- OpenAI
- Mistral AI
- Claude 3 (Anthropic)
npm installto install the dependencies.npm run devfor having nodemon running to the server restarting automatically on file changes.- Rename
.env.distto.envand edit the details in there.
npm run start- start as standard mode the server (without nodemon). Server doesn't restart on file changes.npm run prod- more optimized for a production environment. This command will first runnpm run buildand then usenodeto execute the JavaScript compiled file.npm run build- only to compile the TS files into ones.
npm run prettier:check– check any formatting/indentation errors.npm run prettier:fix– fix any formatting/indentation errors.
Made with ❤️ byPierre-Henry Soria. A super passionate & enthusiastic Problem-Solver / Senior Software Engineer. Also a true cheese 🧀, ristretto ☕️, and dark chocolate lover! 😋
Succeed AI is part of the challenge#AI-Free-Projects, a group of7 artificial intelligence projects I have engaged to open source and transparently release on GitHub / YouTube with at least 20-hour/week commitment. Hope you enjoy 🤗
Feel free to connect, and reach me atmy LinkedIn Profile 🚀
Distributed underMIT license 🎉 Wish you happy, happy coding! 🤠
About
Simple backend proxy API to handle requests between your macOS SwiftUI app and the Mistral AI API (or another third-party AI API)
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.